Skip to content

Commit

Permalink
Merge pull request #830 from CONP-PCNO/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-2.2.0

Bump docker/login-action from 2.0.0 to 2.2.0
  • Loading branch information
emmetaobrien authored Jun 14, 2023
2 parents 67127c1 + e64d14c commit 6d3d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 6d3d3cd

Please sign in to comment.