Skip to content

Commit

Permalink
Merge pull request #44 from lukibahr/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update docker/login-action action to v3
  • Loading branch information
lukibahr committed Oct 4, 2023
2 parents 4720a9d + 024f620 commit 7aa3038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
# go test -v ./...
-
name: Docker Login
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7aa3038

Please sign in to comment.