Skip to content

Commit 1e19333

Browse files
mayocreamsyphar
authored andcommitted
Remove latest suffix as it already has
1 parent f44df20 commit 1e19333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: meta
5555
uses: docker/metadata-action@v5
5656
with:
57-
images: ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
57+
images: ghcr.io/${{ github.repository }}/${{ matrix.image }}
5858

5959
- name: Build and push
6060
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)