Skip to content

Commit

Permalink
Merge pull request #5 from zazuko/dependabot/github_actions/docker/lo…
Browse files Browse the repository at this point in the history
…gin-action-3

build(deps): bump docker/login-action from 1 to 3
  • Loading branch information
ludovicm67 authored Jan 2, 2024
2 parents 575d513 + 5d89044 commit 5263297
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 @@ -22,7 +22,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 5263297

Please sign in to comment.