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 9304546 commit 4314a38Copy full SHA for 4314a38
.github/workflows/docker-build-publish.yml
@@ -75,13 +75,13 @@ jobs:
75
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
76
77
- name: 🔑 Login to DockerHub
78
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
79
with:
80
username: ${{ secrets.DOCKER_USERNAME }}
81
password: ${{ secrets.DOCKER_PASSWORD }}
82
83
- name: 🔑 Login to GitHub Container Registry
84
85
86
registry: ghcr.io
87
username: ${{ github.repository_owner }}
0 commit comments