diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 359ea307..fe6e5e6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: echo ::set-output name=tags::quay.io/tinkerbell/smee:latest,quay.io/tinkerbell/smee:sha-${GITHUB_SHA::8} - name: Login to quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ startsWith(github.ref, 'refs/heads/main') }} with: registry: quay.io