We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80f9a0e + f74b456 commit d5f328cCopy full SHA for d5f328c
2 files changed
.github/workflows/docker-build-push.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: docker/setup-buildx-action@v3
35
36
- name: Log in to GHCR
37
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
38
with:
39
registry: ghcr.io
40
username: ${{ github.actor }}
.github/workflows/release-apps.yml
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
0 commit comments