diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index f363303..d37e804 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -44,7 +44,7 @@ jobs: - name: Build and push to Docker Hub and GitHub Packages Docker Registry id: docker_build - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.8.0 with: push: true platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index e187352..b812a91 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -45,7 +45,7 @@ jobs: run: echo "::set-output name=tag::$(awk -F "=" '/P2POOL_BRANCH=/ {print $2}' Dockerfile)" - name: Build and push to Docker Hub and GitHub Packages Docker Registry - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.8.0 id: docker_build_push with: push: true