Skip to content

Commit 56ad85d

Browse files
authored
ci: add missing docker steps to build.yml workflow
1 parent e3de394 commit 56ad85d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,19 @@ jobs:
212212
docker-compose.yml
213213
EOL
214214
215+
- name: Set up QEMU
216+
uses: docker/setup-qemu-action@v3
217+
218+
- name: Set up Docker Buildx
219+
uses: docker/setup-buildx-action@v3
220+
221+
- name: Login to GitHub Container Registry
222+
uses: docker/login-action@v3
223+
with:
224+
registry: ghcr.io
225+
username: ${{ github.actor }}
226+
password: ${{ secrets.GITHUB_TOKEN }}
227+
215228
- name: Build Release Docker Image
216229
uses: docker/build-push-action@v5
217230
with:

0 commit comments

Comments
 (0)