diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 99b9287..0d2d6ac 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -27,7 +27,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: build - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 https://github.com/docker/build-push-action/releases/tag/v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 https://github.com/docker/build-push-action/releases/tag/v6.18.0 with: context: . push: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 654a271..c24db09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -129,7 +129,7 @@ jobs: type=semver,pattern={{version}} - name: Build images id: push - uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0 https://github.com/docker/build-push-action/releases/tag/v6.17.0 + uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 https://github.com/docker/build-push-action/releases/tag/v6.18.0 with: outputs: "type=registry,push=true" platforms: linux/amd64,linux/arm64