Skip to content

Commit

Permalink
Merge pull request #829 from kubereboot/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
Daniel Holbach authored Sep 12, 2023
2 parents 63a388b + 2aaa2bb commit 614c6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
check-latest: true

- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
severity: 'CRITICAL,HIGH'

- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 614c6e8

Please sign in to comment.