Skip to content

Commit

Permalink
Merge pull request #23 from sandialabs/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3
  • Loading branch information
mrbuche authored Sep 18, 2023
2 parents 828d22d + 9424c63 commit 428cad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: mrbuche
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -46,12 +46,12 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: mrbuche
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 428cad3

Please sign in to comment.