Merge pull request #46 from ublue-os/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
This commit is contained in:
commit
6594a088ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
--disable-content-trust
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue