diff --git a/.github/workflows/create-base-image.yaml b/.github/workflows/create-base-image.yaml index 800000586e388..7db5451de9291 100644 --- a/.github/workflows/create-base-image.yaml +++ b/.github/workflows/create-base-image.yaml @@ -100,7 +100,7 @@ jobs: shell: bash - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: push: true file: docker/pilot-auto/Dockerfile.bi