diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69d964fc..f6df410b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: platforms: linux/amd64 - name: Build and export locally Docker - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: container-action/ load: true @@ -156,7 +156,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build the RIT Action Container Image - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0 with: context: container-action/ tags: ${{ env.LATEST_TAG }}