Skip to content

Commit 99dda35

Browse files
committed
fix image name
1 parent f2c0c57 commit 99dda35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
6969
- name: Check images
7070
run: |
71-
docker buildx imagetools inspect ghcr.io/fluxcd/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
71+
docker buildx imagetools inspect ghcr.io/chanwit/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
7272
docker pull ghcr.io/chanwit/${{ env.CONTROLLER }}:${{ steps.prep.outputs.VERSION }}
7373
- name: Generate release manifests
7474
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)