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 3083c60 + d88b6f0 commit ba68cdbCopy full SHA for ba68cdb
.github/workflows/main.yml
@@ -25,14 +25,14 @@ jobs:
25
26
- name: Login to DockerHub
27
if: github.event_name != 'pull_request'
28
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
29
with:
30
username: pagdot
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
32
33
- name: Login to GitHub Container Registry
34
35
36
37
registry: ghcr.io
38
username: ${{ github.repository_owner }}
0 commit comments