diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9177c19..7d3a9c4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -74,7 +74,7 @@ jobs: && (github.ref == 'refs/heads/master' || (github.event_name == 'release' && github.event.action == 'published') ) - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -85,7 +85,7 @@ jobs: && (github.ref == 'refs/heads/master' || (github.event_name == 'release' && github.event.action == 'published') ) - uses: docker/login-action@v2.2.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }}