Skip to content

Commit

Permalink
ci: remove sha from docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Dec 23, 2023
1 parent 328d28d commit ae20685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
tags: |
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
type=sha
type=ref,event=branch
type=ref,event=pr
type=raw,value=${{ inputs.tags }},enable=${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit ae20685

Please sign in to comment.