File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 password : ${{ secrets.GITHUB_TOKEN }}
2525
2626 - name : ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} App
27- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
27+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
2828 with :
2929 cache-from : type=gha
3030 cache-to : type=gha,mode=max
3131 push : ${{ github.ref == 'refs/heads/main' }}
3232 tags : ghcr.io/spillhuset/shqueue-app
3333
3434 - name : ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} Nginx
35- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
35+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
3636 with :
3737 cache-from : type=gha
3838 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments