Skip to content

Commit

Permalink
Merge pull request #398 from open-contracting/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
yolile committed Sep 13, 2023
2 parents 7969762 + 389a0f3 commit 7274d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# https://github.com/docker/login-action#github-container-registry
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 7274d1b

Please sign in to comment.