We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659b0c2 commit 59a8e57Copy full SHA for 59a8e57
1 file changed
.github/workflows/release.yml
@@ -58,6 +58,13 @@ jobs:
58
- name: Set up Docker Buildx
59
uses: docker/setup-buildx-action@v4
60
61
+ - name: Login to GitHub Container Registry
62
+ uses: docker/login-action@v4
63
+ with:
64
+ registry: ghcr.io
65
+ username: ${{ github.repository_owner }}
66
+ password: ${{ secrets.GITHUB_TOKEN }}
67
+
68
- uses: docker/build-push-action@v7
69
with:
70
context: .
@@ -71,6 +78,7 @@ jobs:
71
78
outputs: type=local,dest=./
72
79
cache-from: type=gha
73
80
cache-to: type=gha,mode=max
81
+ github-token: ${{ secrets.GH_TOKEN }}
74
82
75
83
- name: Upload artifacts
76
84
uses: actions/upload-artifact@v7
0 commit comments