Skip to content

Commit 84f8cab

Browse files
committed
chore: fix docker deploy
1 parent 1cfa010 commit 84f8cab

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Set up QEMU
8181
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
8282

83+
- name: Set up Docker Buildx
84+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
85+
8386
- name: Build and push Docker image
8487
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
8588
if: ${{ env.DEBUG != 'true' }}

cspell.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
2-
"files": ["**", ".*/**"],
2+
"files": [
3+
"**",
4+
".*/**"
5+
],
36
"ignorePaths": [
47
".git",
58
".gitignore",
69
"CHANGELOG.md",
710
"node_modules",
811
"package-lock.json"
912
],
10-
"words": ["codeql", "streetsidesoftware", "workdir", "COMMIT_EDITMSG"]
13+
"words": [
14+
"Buildx",
15+
"codeql",
16+
"COMMIT_EDITMSG",
17+
"streetsidesoftware",
18+
"workdir"
19+
]
1120
}

0 commit comments

Comments
 (0)