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 13a6222 commit f280378Copy full SHA for f280378
.github/workflows/dev-build-push-ghcr.yml
@@ -92,13 +92,13 @@ jobs:
92
- name: Verify build artifacts
93
run: ls -la build/bin/
94
95
- - name: Set up Docker Buildx
96
- uses: docker/setup-buildx-action@v3
97
-
98
- name: Fix Docker socket permissions
99
run: |
100
sudo chmod 666 /var/run/docker.sock
101
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v3
+
102
- name: Log in to GitHub Container Registry
103
uses: docker/login-action@v3
104
with:
0 commit comments