Skip to content

Commit 9e3d4b4

Browse files
committed
Fix container images in release workflow
Signed-off-by: Stefan Prodan <[email protected]>
1 parent dbc85b1 commit 9e3d4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
uses: docker/metadata-action@v3
5050
with:
5151
images: |
52-
fluxcd/${{ env.CONTROLLER }}
53-
ghcr.io/fluxcd/${{ env.CONTROLLER }}
52+
fluxcd/${{ env.CONTROLLER }}
53+
ghcr.io/fluxcd/${{ env.CONTROLLER }}
5454
tags: |
5555
type=raw,value={{tag}}
5656
- name: Docker push

0 commit comments

Comments
 (0)