Skip to content

Commit

Permalink
Merge pull request #5 from baz-ga/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3.3.0

Bump docker/login-action from 3.2.0 to 3.3.0
  • Loading branch information
bwbohl authored Dec 16, 2024
2 parents 6ee750d + ea43530 commit 35dd9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -124,7 +124,7 @@ jobs:
# Login against DockerHub registry except on PR
#- name: Log in to DockerHub
# if: github.event_name != 'pull_request'
# uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
# with:
# username: ${{ secrets.BWBOHL_DOCKERHUB_USERNAME }}
# password: ${{ secrets.BWBOHL_DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 35dd9cf

Please sign in to comment.