Skip to content

Commit

Permalink
make tag name DNS-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Sep 11, 2024
1 parent db99a72 commit 21eaab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

cmd_container () {
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables
tag_version="v1.$(date +%Y%m%d).${GITHUB_RUN_NUMBER}"
tag_version="v1-$(date +%Y%m%d)-${GITHUB_RUN_NUMBER}"

echo $QUAY_PASSWORD | docker login quay.io -u $QUAY_USERNAME --password-stdin
full_tag="quay.io/chroot.club/cro-website:${tag_version}"
Expand Down

0 comments on commit 21eaab7

Please sign in to comment.