Skip to content

Commit

Permalink
Remove latest suffix as it already has
Browse files Browse the repository at this point in the history
  • Loading branch information
mayocream authored and syphar committed Feb 5, 2025
1 parent f44df20 commit 1e19333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
images: ghcr.io/${{ github.repository }}/${{ matrix.image }}

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

0 comments on commit 1e19333

Please sign in to comment.