Skip to content

Commit

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

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
kodiakhq[bot] authored Sep 16, 2023
2 parents bbc9c48 + a9566b3 commit 7176ac0
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@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 7176ac0

Please sign in to comment.