We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9925d commit a24f597Copy full SHA for a24f597
.github/workflows/docker-image.yml
@@ -22,7 +22,7 @@ jobs:
22
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
23
24
- name: Log in to the Container registry
25
- uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
+ uses: docker/login-action@v3
26
with:
27
registry: ${{ env.REGISTRY }}
28
username: ${{ github.actor }}
0 commit comments