Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxor committed May 22, 2022
1 parent 69bc7cb commit ffd7d7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
qemu-version: latest
- name: Run Buildx
run: |
DOCKER_IMAGE=magicxor/tor-simple
DOCKER_IMAGE=tor-simple
docker buildx create --use --name build --node build --driver-opt network=host
docker buildx build \
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
Expand All @@ -35,7 +35,3 @@ jobs:
--build-arg VERSION=${{ steps.build_args.outputs.VERSION }} \
--build-arg BUILD_DATE=${{ steps.build_args.outputs.BUILD_DATE }} \
--build-arg VCS_REF=${GITHUB_SHA::8} \
.
- name: Inspect Image
run: |
docker buildx imagetools inspect magicxor/tor-simple:latest

0 comments on commit ffd7d7a

Please sign in to comment.