diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c87db1f..792b358 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: type=ref,event=tag type=sha type=ref,event=branch - - uses: docker/login-action@v2 + - uses: docker/login-action@v3 if: github.event_name == 'create' && github.event.ref_type == 'tag' with: registry: quay.io