diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a73251f..8e0d410 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build test image - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6 with: context: . load: true @@ -47,7 +47,7 @@ jobs: echo "tags=${IMAGE}:latest,${IMAGE}:${version}" >> "$GITHUB_OUTPUT" - name: Build images - uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6 with: context: . platforms: ${{ env.PLATFORMS }}