Skip to content

Commit

Permalink
Merge pull request #175 from lixmal/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3.3.0

build(deps): bump docker/login-action from 3.1.0 to 3.3.0
  • Loading branch information
lixmal authored Nov 22, 2024
2 parents 620305d + 568b21d commit 6eb74cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to GitHub Packages
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 6eb74cd

Please sign in to comment.