Loading .github/workflows/test.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -32,13 +32,13 @@ jobs: flavor: | latest=true - name: Login to DockerHub uses: docker/login-action@v1 uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Github Registry uses: docker/login-action@v1 uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: registry: ghcr.io Loading Loading
.github/workflows/test.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -32,13 +32,13 @@ jobs: flavor: | latest=true - name: Login to DockerHub uses: docker/login-action@v1 uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Github Registry uses: docker/login-action@v1 uses: docker/login-action@v2 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: registry: ghcr.io Loading