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 ef143c2 commit 64c8bfaCopy full SHA for 64c8bfa
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Log in to the Container registry
28
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
29
with:
30
registry: ${{ env.REGISTRY }}
31
username: ${{ github.actor }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments