Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie authored Dec 16, 2022
1 parent e8fe6ad commit 4935dcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ jobs:
needs: [get-release]
steps:
- uses: actions/checkout@v3
- name: Build
env:
VERSION: ${{ needs.get-release.outputs.tag_name }}
- name: Set up QEMU
Expand All @@ -338,8 +337,6 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v2
env:
VERSION: ${{ needs.get-release.outputs.tag_name }}
with:
push: true
platforms: |
Expand Down

0 comments on commit 4935dcd

Please sign in to comment.