diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59c274f..ef09fa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,14 +87,14 @@ jobs: - name: Login to DockerHub if: "github.event_name != 'pull_request'" - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry if: "github.event_name != 'pull_request'" - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.repository_owner }}