mirror of
https://github.com/rocky-linux/srpmproc.git
synced 2024-12-04 18:36:26 +00:00
Update oci.yml
This commit is contained in:
parent
12fab6e7cc
commit
0a7c207dea
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 New Issue
Block a user