Skip to content

Commit

Permalink
Use auto mode for Docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Nov 12, 2024
1 parent e884288 commit c5a8bf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
tags: |
type=ref,event=branch,enable=true
type=ref,event=tag,enable=true
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
Expand Down

0 comments on commit c5a8bf4

Please sign in to comment.