Skip to content

Commit

Permalink
Remove QEMU step
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Nov 15, 2022
1 parent d3dc8b5 commit 5f0a984
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo ${VERSION} | sed -e 's/^v//')
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo "VERSION=${{ env.VERSION }}"
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 5f0a984

Please sign in to comment.