Skip to content

Commit

Permalink
IT-3421: Fixed metadata action
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 31, 2024
1 parent 43e8d3b commit 340a08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: docker/metadata-action@v4.1.1
with:
images: ${{ env.IMAGE_PATH }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}} # major.minor.patch
type=semver,pattern={{major}}.{{minor}}
- name: Check that build works, save for scanning, but don't push yet
uses: docker/build-push-action@v6.4.0
Expand Down

0 comments on commit 340a08b

Please sign in to comment.