Skip to content

Commit

Permalink
Merge pull request #59 from etherspot/fix/revert-pipeline
Browse files Browse the repository at this point in the history
[FIX] Revert back old pipeline config
  • Loading branch information
arddluma authored Jul 25, 2023
2 parents 446f109 + a5d0ec4 commit b593acb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -33,7 +31,6 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
tags: |
Expand Down

0 comments on commit b593acb

Please sign in to comment.