Skip to content

Commit

Permalink
Update docker-build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikusg authored Nov 4, 2024
1 parent 21cf3f1 commit 2885b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# - name: Build the Docker image
# run: docker build . --file Dockerfile --tag lumii-syslab/viziquer:$(date +%s)

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 2885b65

Please sign in to comment.