diff options
author | James Smith <[email protected]> | 2025-01-06 11:22:14 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-06 11:22:14 +0000 |
commit | c4351a658e294c4620897763e6744ce137597c35 (patch) | |
tree | f320702eacf885c47b8d7f12b667bfd74c6a3e59 | |
parent | 1cdea8dce8f4a2050e3f46c3f19229d3b1b1f8fa (diff) |
Fix tag output on push
-rw-r--r-- | .github/workflows/publish-docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 3227673..45e060e 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml | |||
@@ -33,4 +33,4 @@ jobs: | |||
33 | context: . | 33 | context: . |
34 | platforms: linux/amd64,linux/arm64 | 34 | platforms: linux/amd64,linux/arm64 |
35 | push: true | 35 | push: true |
36 | tags: lurker:latest ghcr.io/${{ github.repository_owner }}/lurker:latest | 36 | tags: ghcr.io/${{ github.repository_owner }}/lurker:latest |