diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 6cd1a850c..0e91218cd 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -36,7 +36,7 @@ jobs: uses: docker/setup-buildx-action@v3.7.1 - name: Build and Push image - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2e51ff0a..a2a7e689e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: echo "minor=${patch%.*}" >> $GITHUB_OUTPUT echo "major=${patch%.*.*}" >> $GITHUB_OUTPUT - name: Build and Push release - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 if: ${{ github.event.release.prerelease == false }} with: context: . @@ -130,7 +130,7 @@ jobs: MASS_VERSION=${{ needs.build-artifact.outputs.version }} BASE_IMAGE_VERSION=${{ env.BASE_IMAGE_VERSION_STABLE }} - name: Build and Push pre-release - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 if: ${{ github.event.release.prerelease == true }} with: context: .