Skip to content

Commit

Permalink
sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
olafrv committed Dec 1, 2024
1 parent ac76b36 commit 65ec6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ github.push: docker.build
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
echo ${GITHUB_TOKEN} | docker login ghcr.io --username ${GITHUB_USER} --password-stdin
@ echo ${GITHUB_TOKEN} | docker login ghcr.io --username ${GITHUB_USER} --password-stdin
@ docker push ${IMAGE_NAME}:${VERSION}
@ docker push ${IMAGE_NAME}:latest

Expand Down

0 comments on commit 65ec6ca

Please sign in to comment.