Skip to content

Commit

Permalink
Fix publishing main docker tag for operator image (#758)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Mar 4, 2022
1 parent f6d17e7 commit 1110d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=branch
- name: Set up QEMU
uses: docker/setup-qemu-action@v1.2.0
Expand Down

0 comments on commit 1110d01

Please sign in to comment.