Skip to content

Commit b9804b4

Browse files
fix: two ms
1 parent 79d6214 commit b9804b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-to-do.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ jobs:
2929
with:
3030
platforms: linux/arm64
3131
push: true
32-
tags: ghcr.io/theoutdoorprogramer/manifestsio:latest
32+
tags: ghcr.io/theoutdoorprogrammer/manifestsio:latest
3333

3434
- name: Build and push SHA-tagged image
3535
uses: docker/build-push-action@v6
3636
with:
3737
platforms: linux/arm64
3838
push: true
39-
tags: ghcr.io/theoutdoorprogramer/manifestsio:${{ github.sha }}
39+
tags: ghcr.io/theoutdoorprogrammer/manifestsio:${{ github.sha }}
4040

4141
- name: Checkout flux repository
4242
uses: actions/checkout@v4
4343
with:
44-
repository: theoutdoorprogramer/flux
44+
repository: theoutdoorprogrammer/flux
4545
ssh-key: ${{ secrets.FLUX_DEPLOY_KEY }}
4646
path: flux-repo
4747

4848
- name: Update deployment file in flux repo
4949
run: |
50-
sed -i 's|image: .*|image: ghcr.io/theoutdoorprogramer/manifestsio:${{ github.sha }}|' flux-repo/clusters/home/manifestsio/deployment.yaml
50+
sed -i 's|image: .*|image: ghcr.io/theoutdoorprogrammer/manifestsio:${{ github.sha }}|' flux-repo/clusters/home/manifestsio/deployment.yaml
5151
5252
- name: Commit and push changes to flux repo
5353
run: |

0 commit comments

Comments
 (0)