Skip to content

Commit

Permalink
get rid of this annoying default "latest" tag useage
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectra1n committed Nov 2, 2024
1 parent 9f99bec commit e6000b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=sha
flavor: |
latest=false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -213,7 +215,9 @@ jobs:
images: |
${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.DOCKERHUB_REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=false
- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit e6000b3

Please sign in to comment.