Skip to content

Commit

Permalink
chore: push to the latest tag as well
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n committed Sep 11, 2024
1 parent 2bcadb7 commit c0a02dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ jobs:
context: ./couch2pg
file: ./couch2pg/Dockerfile
push: true
tags: medicmobile/cht-sync-couch2pg:${{ steps.get_latest_release.outputs.RELEASE_TAG }}
tags: |
medicmobile/cht-sync-couch2pg:${{ steps.get_latest_release.outputs.RELEASE_TAG }}
medicmobile/cht-sync-couch2pg:latest
- name: Build and push dataemon
uses: docker/build-push-action@v4
with:
context: ./dbt
file: ./dbt/Dockerfile
push: true
tags: medicmobile/dataemon:${{ steps.get_latest_release.outputs.RELEASE_TAG }}
tags: |
medicmobile/dataemon:${{ steps.get_latest_release.outputs.RELEASE_TAG }}
medicmobile/dataemon:latest

0 comments on commit c0a02dc

Please sign in to comment.