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:
gerblesh 2023-09-18 13:27:05 -07:00 committed by GitHub
commit 6594a088ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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