Skip to content

Commit

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

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
yolile authored Sep 12, 2023
2 parents ee1d0cd + 6eb4ee3 commit dd6a365
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 dd6a365

Please sign in to comment.