Skip to content

Commit

Permalink
shorten tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Sep 11, 2024
1 parent 3b5fc48 commit db99a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - name: Run test script
# run: ./scripts/test.sh

build:
build_and_push:
runs-on: ubuntu-latest
env:
QUAY_USERNAME: chroot.club+cro_robot_rw
Expand Down
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_ID}.${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 db99a72

Please sign in to comment.