Skip to content

Commit

Permalink
fix: stuck build (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Sep 18, 2023
1 parent 5868c0f commit af12742
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ 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 +30,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 af12742

Please sign in to comment.