We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b577d0 commit 77779a5Copy full SHA for 77779a5
.github/workflows/deploy-image.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Log in to the Container registry
23
- uses: docker/login-action@3
+ uses: docker/login-action@v3
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
0 commit comments