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 23cef11 + 5dee149 commit bd72a49Copy full SHA for bd72a49
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
uses: docker/setup-buildx-action@v3
148
149
- name: Login to Docker Hub
150
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
151
with:
152
username: ${{ secrets.DOCKER_USERNAME }}
153
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
77
78
- name: Log in to Container Registry
79
80
81
registry: ${{ env.REGISTRY }}
82
username: ${{ github.actor }}
0 commit comments