Skip to content

Commit a24f597

Browse files
authored
Update docker-image.yml
1 parent df9925d commit a24f597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
2323

2424
- name: Log in to the Container registry
25-
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
25+
uses: docker/login-action@v3
2626
with:
2727
registry: ${{ env.REGISTRY }}
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)