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.
1 parent 5f2b249 commit 0135811Copy full SHA for 0135811
.github/workflows/publish.yml
@@ -19,13 +19,13 @@ jobs:
19
mkdir -p ~/.docker
20
echo "{\"experimental\": \"enabled\"}" > ~/.docker/config.json
21
- name: Login to DockerHub
22
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
23
if: env.DOCKER_USERNAME
24
with:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_PASSWORD }}
27
- name: Login to ghcr
28
29
30
registry: ghcr.io
31
username: ${{ github.actor }}
0 commit comments