diff --git a/.github/workflows/generate-ci-images.yml b/.github/workflows/generate-ci-images.yml index b13b9a0e6c8..5e03551b4e7 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@v4 + uses: docker/build-push-action@v5 with: context: "." push: true