diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 00adf796..9de3591c 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.19.2 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 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.19.2 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 with: cache-from: type=gha cache-to: type=gha,mode=max