Skip to content

Commit 54d5c7d

Browse files
authored
Update test-and-build.yml
1 parent 4b7528e commit 54d5c7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-and-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ jobs:
5050

5151
- name: Build Image
5252
id: build
53-
uses: cern-sis/gh-workflows/.github/actions/docker-build@v6
53+
uses: cern-sis/gh-workflows/.github/actions/docker-build@v6.5
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
image: ${{ env.IMAGE }}
57-
tags: type=ref,event=pr
57+
tags: |
58+
type=ref,event=branch
59+
type=ref,event=pr
5860
cache: false
5961
username: ${{ secrets.HARBOR_USERNAME }}
6062
password: ${{ secrets.HARBOR_PASSWORD }}

0 commit comments

Comments
 (0)