diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index d885fa93712b..15f1a0fd12b4 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: docker/setup-buildx-action@v2 - name: Build and export - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . tags: quay.io/argoproj/argoexec:latest