Skip to content

Commit

Permalink
ci: fix semver image build
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 24, 2023
1 parent 4bef923 commit 0e685b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
registry.gitlab.inria.fr/cromac/automateddiscoverytool/${{ matrix.image }}
tags: |
type=ref,event=pr
type=semver,event=tag,pattern={{version}},prefix=${{ github.head_ref || github.ref_name }}
type=semver,pattern={{version}}
- name: Login to Gitlab registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand Down

0 comments on commit 0e685b0

Please sign in to comment.