Skip to content

Commit

Permalink
Bugfix for build-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 23, 2024
1 parent 8ca88e5 commit ee2bd6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
dockerfile: dockerfile.build
file: Dockerfile.build
push: true
tags: |
quainetwork/quai-gpu-miner-build:${{ github.event.inputs.tag_version }}
Expand All @@ -79,11 +79,12 @@ jobs:
run: |
sudo mv output/quai-gpu-miner.tar.gz output/quai-gpu-miner-${{ github.event.inputs.tag_version }}.tar.gz
- name: Build the dockerfile.run image (no push)
# Build the dockerfile.run image (no push)
- name: Build the dockerfile.run image
uses: docker/build-push-action@v5
with:
context: .
dockerfile: dockerfile.run
file: Dockerfile.run
push: false
tags: |
quainetwork/quai-gpu-miner-run:${{ github.event.inputs.tag_version }}
Expand Down

0 comments on commit ee2bd6a

Please sign in to comment.