Skip to content

Commit

Permalink
Merge pull request #651 from hapifhir/do-20230227-docker-release-fix
Browse files Browse the repository at this point in the history
Change tag format
  • Loading branch information
dotasek committed Feb 27, 2024
2 parents 1e7690f + 0909e62 commit 3ea85a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
images: ${{ env.IMAGES }}
tags: |
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}}
type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
- name: Container meta for tomcat image
Expand All @@ -34,7 +34,7 @@ jobs:
with:
images: ${{ env.IMAGES }}
tags: |
type=match,pattern=image-(.*),group=1,enable=${{github.event_name != 'pull_request'}}
type=match,pattern=image/(.*),group=1,enable=${{github.event_name != 'pull_request'}}
flavor: |
suffix=-tomcat,onlatest=true
Expand Down

0 comments on commit 3ea85a0

Please sign in to comment.