Skip to content

Commit beafee6

Browse files
committed
Fix tag in publish build to use REPO_OWNER
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 2e3c5dc commit beafee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
push: true
6161
platforms: linux/amd64,linux/arm64,linux/arm/v7
6262
tags: |
63-
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:${{ github.sha }}
64-
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
65-
ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:latest
63+
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ github.sha }}
64+
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
65+
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:latest
6666
6767
- name: Upload release binaries
6868
uses: alexellis/upload-assets@0.4.0

0 commit comments

Comments
 (0)