We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ccf83 + d617b95 commit 5067573Copy full SHA for 5067573
.github/workflows/dotnet.yml
@@ -56,12 +56,12 @@ jobs:
56
steps:
57
- uses: actions/checkout@v6
58
- name: Log in to Docker Hub
59
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
60
with:
61
username: ${{ secrets.DOCKER_USERNAME }}
62
password: ${{ secrets.DOCKER_TOKEN }}
63
- name: Log in to the Container registry
64
65
66
registry: ghcr.io
67
username: ${{ github.actor }}
0 commit comments