Skip to content

Commit 084a02e

Browse files
authored
Merge pull request #63 from fholzer/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2 parents a9edfa8 + 730e634 commit 084a02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
docker run --rm -v $(pwd)/tests.sh:/tests.sh --entrypoint sh ${{ env.IMAGE_NAME }} /tests.sh
5959
6060
- name: Login to Docker Hub
61-
uses: docker/login-action@v1
61+
uses: docker/login-action@v2
6262
if: github.event_name != 'pull_request'
6363
with:
6464
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)