Skip to content

Commit

Permalink
add tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Sep 11, 2024
1 parent f2d3de1 commit 80d4361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cmd_container () {
echo $QUAY_PASSWORD | docker login quay.io -u $QUAY_USERNAME --password-stdin
full_tag="quay.io/chroot.club/cro-website:${tag_version}"
docker build --build-arg quay_expiration="8w" -t $full_tag .
docker push $full_tag
}


Expand Down

0 comments on commit 80d4361

Please sign in to comment.