Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onemorebsmith authored Sep 30, 2022
1 parent 087e142 commit 42fd719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build the Docker image
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes && docker buildx build --platform linux/amd64 -t onemorebsmith/kaspa-bridge:latest --progress=plain --push .
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes && docker buildx build --platform linux/amd64 -t onemorebsmith/kaspa_bridge:latest --progress=plain --push .
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: onemorebsmith/kaspa-stratum-bridge:latest
tags: onemorebsmith/kaspa_bridge:latest

0 comments on commit 42fd719

Please sign in to comment.