Skip to content

Commit

Permalink
fixup container tag
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Röhrich <[email protected]>
  • Loading branch information
m-ildefons committed Nov 20, 2023
1 parent b28b448 commit 318b6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--build-arg S3GW_VERSION=${{ steps.date.outputs.tag }} \
--build-arg QUAY_EXPIRATION=1w \
--file s3gw/Dockerfile \
--tag quay.io/s3gw/s3gw:latest \
--tag quay.io/s3gw/s3gw:nightly-latest \
--tag quay.io/s3gw/s3gw:${{ steps.date.outputs.tag }} \
s3gw
docker push quay.io/s3gw/s3gw:nightly-latest
Expand Down

0 comments on commit 318b6cf

Please sign in to comment.