Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Nov 13, 2023
1 parent 77f6813 commit 7c231c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/light-bridge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:

- if: steps.changes.outputs.src == 'true'
name: Build version specific docker image
run: docker build . --file Dockerfile --tag bobanetwork/lightbridge:v${{ steps.version.outputs.version }}
run: docker build . --file ./ops/docker/Dockerfile.teleportation --tag bobanetwork/lightbridge:v${{ steps.version.outputs.version }}
- if: steps.changes.outputs.src == 'true'
name: Push version specific docker image
run: docker push bobanetwork/lightbridge:v${{ steps.version.outputs.version }}
- if: steps.changes.outputs.src == 'true'
name: Build stable docker image
run: docker build . --file Dockerfile --tag bobanetwork/lightbridge:stable
run: docker build . --file ./ops/docker/Dockerfile.teleportation --tag bobanetwork/lightbridge:stable
- if: steps.changes.outputs.src == 'true'
name: Push stable docker image
run: docker push bobanetwork/lightbridge:stable

0 comments on commit 7c231c3

Please sign in to comment.