Skip to content

Commit

Permalink
Merge pull request #219 from dictyBase/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/docker/login-action-2

chore(deps): bump docker/login-action from 1 to 2
  • Loading branch information
kodiakhq[bot] authored Aug 19, 2023
2 parents 9af14fa + cd55e70 commit 0b91962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: log into dockerhub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 0b91962

Please sign in to comment.