Skip to content

Commit

Permalink
Merge pull request #212 from Lan2Play/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-2.1.0

Bump docker/login-action from 2.0.0 to 2.1.0
  • Loading branch information
Apfelwurm authored Jan 10, 2023
2 parents 39e6f93 + 3212384 commit 76e7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
# run: docker run --rm lan2play/netevent:latest /docker/test.sh
- name: Login to DockerHub
if: ${{ (startsWith(github.ref, 'refs/tags/v')) }}
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.NETEVENT_DOCKERHUB_USERNAME }}
password: ${{ secrets.NETEVENT_DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 76e7026

Please sign in to comment.