diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 18da64b8..0443c328 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,7 +24,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} App - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: cache-from: type=gha cache-to: type=gha,mode=max @@ -32,7 +32,7 @@ jobs: tags: ghcr.io/spillhuset/shqueue-app - name: ${{ github.ref == 'refs/heads/main' && 'Build and Push' || 'Test Build' }} Nginx - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: cache-from: type=gha cache-to: type=gha,mode=max