Skip to content

Commit

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

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
1995parham authored Jul 29, 2024
2 parents 1c189a9 + 5919307 commit 76b5d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit 76b5d00

Please sign in to comment.