Skip to content

Commit eba0b14

Browse files
committed
.github/workflows/ci.yml: fix typo in docs
Accidentally renamed in 0dd9660, but the docker hub org name is shiftcrypto and not bitboxswiss.
1 parent d7187c6 commit eba0b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# "docker login ghcr.io -u <github-username>" using the
1313
# newly generated token as password.
1414
# Once logged in, tag an new image:
15-
# docker tag bitboxswiss/bitbox-wallet-app:VERSION \
15+
# docker tag shiftcrypto/bitbox-wallet-app:VERSION \
1616
# ghcr.io/bitboxswiss/bitbox-wallet-app-ci:VERSION
1717
# and push as usual:
1818
# docker push ghcr.io/bitboxswiss/bitbox-wallet-app-ci:VERSION

0 commit comments

Comments
 (0)