Skip to content

Commit 5b1fdf7

Browse files
committed
push to flux
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent c41e6ae commit 5b1fdf7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ jobs:
128128
129129
# Login: GHCR
130130
#(Moved up to Docker build action while spin registry push is not viable for us)
131-
# - name: Login to GitHub Container Registry
132-
# uses: docker/login-action@v3
133-
# with:
134-
# registry: ghcr.io
135-
# username: ${{ github.actor }}
136-
# password: ${{ secrets.GITHUB_TOKEN }}
131+
- name: Login to GitHub Container Registry
132+
uses: docker/login-action@v3
133+
with:
134+
registry: ghcr.io
135+
username: ${{ github.actor }}
136+
password: ${{ secrets.GITHUB_TOKEN }}
137137

138138
- name: Install cosign
139139
uses: sigstore/[email protected]

0 commit comments

Comments
 (0)