Skip to content

Commit

Permalink
ci: using default tags for docker/metadata-action (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 7, 2024
1 parent d0e01b6 commit 9a1d8b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr

- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9a1d8b8

Please sign in to comment.