Skip to content

Commit

Permalink
Fix Docker image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 7, 2024
1 parent 79d10c5 commit 80aea8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=ref,event=tag
type=ref,event=workflow_dispatch
type=ref,event=branch
type=semver,pattern={{version}}
- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 80aea8e

Please sign in to comment.