We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ed0c3 commit ef08445Copy full SHA for ef08445
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Set up Docker Buildx
39
uses: docker/setup-buildx-action@v3
40
- name: Login to GHCR
41
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
.github/workflows/preview.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments