mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2025-01-07 08:50:56 +00:00
Update oci.yml
This commit is contained in:
parent
12fab6e7cc
commit
0a7c207dea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/oci.yml
vendored
2
.github/workflows/oci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Login to Docker Hub
|
||||
run: docker login --username mstg --pasword ${{secrets.DOCKER_SECRET}}
|
||||
run: docker login --username mstg --password ${{secrets.DOCKER_SECRET}}
|
||||
- name: Get the version
|
||||
run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
|
||||
- name: Build the Docker image
|
||||
|
|
Loading…
Reference in a new issue