Skip to content

Commit

Permalink
Re-enable buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Jan 16, 2022
1 parent 601bdd6 commit fc42f59
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@ jobs:
echo $dock_image
echo "::set-output name=dock_image::$dock_image"
echo "::set-output name=repo::$repo"
- uses: actions/checkout@v2
# # QEMU is for emulating non-x86_64 platforms
# - uses: docker/setup-qemu-action@v1
# # buildx is the next-generation docker image builder
# - uses: docker/setup-buildx-action@v1
# with:
# driver-opts: network=host
# save some time during rebuilds
- uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
uses: actions/cache@v2
with:
Expand All @@ -64,8 +58,6 @@ jobs:
uses: docker/build-push-action@v2
id: docker_build
with:
context: .
file: ./Dockerfile
tags: |
docker.io/${{ steps.determine.outputs.dock_image }}
ghcr.io/${{ steps.determine.outputs.dock_image }}
Expand Down

0 comments on commit fc42f59

Please sign in to comment.