Skip to content

Commit

Permalink
tag PR builds with pr number
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Daniele <[email protected]>
  • Loading branch information
SalDaniele committed May 15, 2024
1 parent ea7c332 commit 2b2992e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
docker buildx build \
--file ./images/Containerfile \
--platform linux/arm64,linux/amd64\
--tag quay.io/wizhao/tft-tools:pr_test \
--push .
--tag quay.io/wizhao/tft-tools:pr-${{ github.event.number }} \
--push .

0 comments on commit 2b2992e

Please sign in to comment.