fix docker hub username

This commit is contained in:
scito 2022-12-27 00:57:49 +01:00
parent f272c35a1f
commit a4c4badd54

View File

@ -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' }}