We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03f38c commit c37856aCopy full SHA for c37856a
.github/workflows/main.yml
@@ -18,15 +18,15 @@ jobs:
18
19
- name: Docker Login to Docker Hub
20
if: ${{ github.event_name == 'push' }}
21
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v3.4.0
22
with:
23
registry: docker.io
24
username: ${{ secrets.DOCKERHUB_USERNAME }}
25
password: ${{ secrets.DOCKERHUB_TOKEN }}
26
27
- name: Docker Login to GHCR
28
29
30
31
registry: ghcr.io
32
username: ${{ github.actor }}
0 commit comments