fix docker hub username
This commit is contained in:
4
.github/workflows/ci_docker.yml
vendored
4
.github/workflows/ci_docker.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
|||||||
file: Dockerfile_no_qr_reader
|
file: Dockerfile_no_qr_reader
|
||||||
# Note: tags has to be all lower-case
|
# Note: tags has to be all lower-case
|
||||||
tags: |
|
tags: |
|
||||||
scito/extract_otp_secret_keys_no_qr_reader:latest
|
scit0/extract_otp_secret_keys_no_qr_reader:latest
|
||||||
ghcr.io/scito/extract_otp_secret_keys_no_qr_reader:latest
|
ghcr.io/scito/extract_otp_secret_keys_no_qr_reader:latest
|
||||||
# build on feature branches, push only on master branch
|
# build on feature branches, push only on master branch
|
||||||
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
# Note: tags has to be all lower-case
|
# Note: tags has to be all lower-case
|
||||||
tags: |
|
tags: |
|
||||||
scito/extract_otp_secret_keys:latest
|
scit0/extract_otp_secret_keys:latest
|
||||||
ghcr.io/scito/extract_otp_secret_keys:latest
|
ghcr.io/scito/extract_otp_secret_keys:latest
|
||||||
# build on feature branches, push only on master branch
|
# build on feature branches, push only on master branch
|
||||||
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user