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 ea5190f commit 4ebd344Copy full SHA for 4ebd344
.github/workflows/deploy_image.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
- name: Log in to the Container registry
23
- uses: docker/login-action
+ uses: docker/login-action@v2
24
with:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
0 commit comments