Skip to content

Commit

Permalink
Revert back old pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Jul 25, 2023
1 parent 446f109 commit a5d0ec4
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 a5d0ec4

Please sign in to comment.