Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from ublue-os/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
castrojo authored Sep 18, 2023
2 parents a90a7ee + 0a08446 commit 67a1181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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
Expand Down

0 comments on commit 67a1181

Please sign in to comment.