diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd095872..27550a90 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -69,7 +69,7 @@ jobs: ${{ needs.release-please.outputs.version }} - name: Build and push Docker image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: ${{ matrix.context }} push: true diff --git a/.github/workflows/update-geo-assets.yml b/.github/workflows/update-geo-assets.yml index 837fb467..a35d7ef8 100644 --- a/.github/workflows/update-geo-assets.yml +++ b/.github/workflows/update-geo-assets.yml @@ -37,7 +37,7 @@ jobs: latest - name: Build and push Docker image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: ./geo file: ./geo/Dockerfile.assets diff --git a/.github/workflows/update-geo-data.yml b/.github/workflows/update-geo-data.yml index 9e8a5474..bc554b82 100644 --- a/.github/workflows/update-geo-data.yml +++ b/.github/workflows/update-geo-data.yml @@ -34,7 +34,7 @@ jobs: latest - name: Build and push Docker image - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: ./geo push: true