Skip to content

Commit

Permalink
Update test-and-build.yml
Browse files Browse the repository at this point in the history
Added branch tag to docker image
  • Loading branch information
ErnestaP authored Mar 8, 2024
1 parent ea04c5e commit ee0b0cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
image: ${{ env.IMAGE }}
tags: type=ref,event=pr
tags: |
type=ref,event=branch
type=ref,event=pr
cache: false
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
Expand Down

0 comments on commit ee0b0cd

Please sign in to comment.