mirror of
https://github.com/scito/extract_otp_secret_keys
synced 2024-11-18 09:28:19 +00:00
fix docker hub username
This commit is contained in:
parent
f272c35a1f
commit
a4c4badd54
4
.github/workflows/ci_docker.yml
vendored
4
.github/workflows/ci_docker.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
file: Dockerfile_no_qr_reader
|
||||
# Note: tags has to be all lower-case
|
||||
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
|
||||
# build on feature branches, push only on master branch
|
||||
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
context: .
|
||||
# Note: tags has to be all lower-case
|
||||
tags: |
|
||||
scito/extract_otp_secret_keys:latest
|
||||
scit0/extract_otp_secret_keys:latest
|
||||
ghcr.io/scito/extract_otp_secret_keys:latest
|
||||
# build on feature branches, push only on master branch
|
||||
# TODO push: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
Loading…
Reference in New Issue
Block a user