diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a03f552d..63c1a404 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -142,7 +142,7 @@ jobs: # 7. Build and push image - name: Build and push ${{ matrix.image_config.name }} - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: ${{ matrix.image_config.context }} file: ${{ matrix.image_config.context }}/${{ matrix.image_config.dockerfile }}