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.
2 parents 174eb70 + cc04244 commit ae25346Copy full SHA for ae25346
.github/workflows/publish-docker.yml
@@ -42,6 +42,8 @@ jobs:
42
run: docker version
43
- name: Set up Docker Buildx
44
uses: docker/setup-buildx-action@v3
45
+ with:
46
+ driver: docker
47
- name: Log in to GHCR
48
uses: docker/login-action@v3
49
with:
0 commit comments