Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-titan authored Nov 21, 2023
1 parent fa13803 commit edcd782
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
- name: Build and push DB Sync
uses: docker/build-push-action@v4
with:
push: true
tags: emurgornd/cardano-db-sync:latest,emurgornd/cardano-db-sync:${{ github.ref_name }}
- name: Build and push SMASH
uses: docker/build-push-action@v4
with:
push: true
file: Dockerfile.smash
tags: emurgornd/cardano-smash-server:latest,emurgornd/cardano-smash-server:${{ github.ref_name }}

0 comments on commit edcd782

Please sign in to comment.