Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 6184ed7

Browse files
committed
tags
1 parent cb7cf40 commit 6184ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
context: .
8585
push: ${{ github.event_name != 'pull_request' }}
86-
tags: ${{ steps.meta.outputs.tags }}
86+
tags: ${{ steps.meta.outputs.tags }},gameservermanagers/linuxgsm-docker:latest
8787
labels: ${{ steps.meta.outputs.labels }}
8888

8989
# Sign the resulting Docker image digest except on PRs.

0 commit comments

Comments
 (0)