Skip to content

Commit

Permalink
Merge pull request #164 from brandonmcclure/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/docker/login-action-3.1.0

Bump docker/login-action from 3.0.0 to 3.1.0 in /.github/workflows
  • Loading branch information
brandonmcclure authored Mar 20, 2024
2 parents 820951f + cad3ee9 commit fa2b0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Github Container registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to DockerHub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
username: bmcclure89
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit fa2b0d5

Please sign in to comment.