Skip to content

Commit

Permalink
Merge pull request #8 from canonical/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v3.1.0
  • Loading branch information
ghislainbourgeois committed Mar 13, 2024
2 parents 0902df2 + 08a066c commit 979d0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 979d0e8

Please sign in to comment.