Skip to content

Commit

Permalink
Merge pull request #26 from snapp-incubator/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
1995parham authored Jul 30, 2024
2 parents 03506c6 + afc5972 commit 2a5666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v1
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 2a5666a

Please sign in to comment.