We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a201fe2 commit de6e68eCopy full SHA for de6e68e
1 file changed
.github/workflows/build.yml
@@ -77,14 +77,14 @@ jobs:
77
78
- name: Login to DockerHub
79
if: github.event_name != 'pull_request'
80
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
81
with:
82
username: ${{ secrets.DOCKER_USER }}
83
password: ${{ secrets.DOCKER_PASSWORD }}
84
85
- name: Login to GHCR
86
87
88
89
registry: ghcr.io
90
username: ${{ github.actor }}
0 commit comments