Skip to content

Commit

Permalink
Revert "Only use latest tag on ghcr for stable releases. Add tag fo…
Browse files Browse the repository at this point in the history
…r commit hash."

This reverts commit e7bc957.
  • Loading branch information
amaanq committed Oct 24, 2024
1 parent d45cfce commit 63f83bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
tags: |
type=raw,value=latest,enable=${{ !github.event.release.prerelease && github.event_name == 'release' }}
type=ref,event=tag
type=sha

- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 63f83bb

Please sign in to comment.