Skip to content

Commit 90e5348

Browse files
authored
Update PR CI to build image with PR no as tag
1 parent 8a3a72e commit 90e5348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push-on-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
images: docker.io/anik120/cool-catalog
2222
tag-sha: true
2323
tag-edge: false
24-
tag-semver: true
24+
tags: ${{ github.event.number }}
2525

2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)