Skip to content

Commit

Permalink
Merge PR #170: need v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvid authored Aug 27, 2021
1 parent 99da79f commit 45ea15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
- name: build-and-push
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
- name: build-and-push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 45ea15a

Please sign in to comment.