Skip to content

Commit 6a8fc06

Browse files
authored
Merge pull request #2 from Rocket-Quack/dependabot/github_actions/develop/docker/login-action-4
chore: bump docker/login-action from 3 to 4
2 parents 39a6cac + c70b933 commit 6a8fc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo "APPS_JSON_BASE64=$APPS_JSON_BASE64" >> "$GITHUB_OUTPUT"
8181
8282
- name: Login to GHCR
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
registry: ${{ env.REGISTRY }}
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)