Skip to content

Commit

Permalink
Merge pull request #15 from Oliver2213/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
Oliver2213 authored Jul 24, 2023
2 parents 3d52d1b + 053fa79 commit 992dd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Login to GitHub Container Registry
if: env.BUILD_ARGS != '--test'
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 992dd5b

Please sign in to comment.