File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments