Skip to content

Commit f34f06f

Browse files
authored
Merge pull request #12 from snickerjp/v8.0.33-Jammy
update docker-login
2 parents 7438d4c + 80c1297 commit f34f06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
25+
uses: docker/login-action@v2.1.0
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)