diff --git a/.github/workflows/generate-ci-images.yml b/.github/workflows/generate-ci-images.yml index 8d0e3f359b4..c91d743adf9 100644 --- a/.github/workflows/generate-ci-images.yml +++ b/.github/workflows/generate-ci-images.yml @@ -29,7 +29,7 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} - name: ${{matrix.tag}} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: "." push: true