diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index ad3e1300a..4f9eb6fea 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -142,7 +142,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_foundationdb_version.yml b/.github/workflows/container_foundationdb_version.yml index 92d3708af..8cec60866 100644 --- a/.github/workflows/container_foundationdb_version.yml +++ b/.github/workflows/container_foundationdb_version.yml @@ -150,7 +150,7 @@ jobs: fi - name: Build and push image - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 0f7d6eb86..b4b36dc1a 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -232,7 +232,7 @@ jobs: username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_TOKEN }} - name: Build ${{ matrix.platform }} ${{ matrix.variant }} - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 env: DOCKER_BUILDKIT: 1 with: @@ -322,7 +322,7 @@ jobs: buildkitd-config: /tmp/buildkitd.toml - name: Build local scan image tarball if: needs.setup.outputs.publish != 'true' - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 env: DOCKER_BUILDKIT: 1 with: diff --git a/.github/workflows/container_release_foundationdb.yml b/.github/workflows/container_release_foundationdb.yml index cb1a89bb4..ff6a28fa5 100644 --- a/.github/workflows/container_release_foundationdb.yml +++ b/.github/workflows/container_release_foundationdb.yml @@ -57,7 +57,7 @@ jobs: fi - name: Build - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index 8b6a712f6..41af597e5 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -251,7 +251,7 @@ jobs: - name: Build and push ${{ matrix.variant }} if: github.event_name != 'workflow_dispatch' || github.event.inputs.variant == 'all' || github.event.inputs.variant == matrix.variant - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7 env: DOCKER_BUILDKIT: 1 with: diff --git a/.github/workflows/pjdfstest.yml b/.github/workflows/pjdfstest.yml index c95fe3ae4..fc35fc5e0 100644 --- a/.github/workflows/pjdfstest.yml +++ b/.github/workflows/pjdfstest.yml @@ -53,7 +53,7 @@ jobs: make binary_race - name: Build SeaweedFS e2e image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: docker file: docker/Dockerfile.e2e @@ -68,7 +68,7 @@ jobs: docker tag localhost:5000/chrislusf/seaweedfs:e2e chrislusf/seaweedfs:e2e - name: Build pjdfstest image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: test/pjdfstest build-contexts: |