Skip to content

Commit

Permalink
Merge pull request roundcube#9558 from roundcube/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/docker/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
pabzm authored Aug 13, 2024
2 parents 7821468 + d6bfeec commit 8dc8f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Log in to the 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 8dc8f05

Please sign in to comment.