diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ccd0337..0f5835b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate with Quay.io - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}