Skip to content

Commit

Permalink
Includes QEMU (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Jun 1, 2023
1 parent 29cd3e8 commit 06fa740
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
echo "DOCKERHUB_TAG=${DOCKERHUB_REGISTRY}/${DOCKER_USER}/${IMAGE_NAME}:${GIT_TAG}" >> $GITHUB_ENV
fi
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand All @@ -68,3 +71,4 @@ jobs:
tags: |
${{ env.GHCR_TAG }}
${{ env.DOCKERHUB_TAG }}

0 comments on commit 06fa740

Please sign in to comment.