diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 547ad8a..325306b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,13 +18,13 @@ jobs: - uses: docker/setup-buildx-action@v2 - name: Login to default Container Registry - uses: docker/login-action@v1 # Action page: + uses: docker/login-action@v2 # Action page: with: username: ${{ secrets.DOCKER_LOGIN }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GitHub Container Registry - uses: docker/login-action@v1 # Action page: + uses: docker/login-action@v2 # Action page: with: registry: ghcr.io username: ${{ github.actor }}