Skip to content

Commit

Permalink
fix: add missing param to metadata (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
buarki committed Dec 25, 2023
1 parent c4be4ae commit f6c3aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=ref,enable=true
type=ref,enable=true,event=push
type=sha,enable=true
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit f6c3aec

Please sign in to comment.