Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
amishas157 committed Aug 9, 2024
1 parent 5141b12 commit ea26ff3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
uses: actions/checkout@v3

- name: Make docker image
uses: make docker-build
working-directory: .
run: make docker-build

- name: Retag docker image
uses: docker tag stellar/stellar-etl:${{ github.sha }} stellar/stellar-etl-dev:${{ github.sha }}
working-directory: .
run: docker tag stellar/stellar-etl:${{ github.sha }} stellar/stellar-etl-dev:${{ github.sha }}

- name: Push docker image
uses: docker push stellar/stellar-etl-dev:${{ github.sha }}
working-directory: .
run: docker push stellar/stellar-etl-dev:${{ github.sha }}

0 comments on commit ea26ff3

Please sign in to comment.