Skip to content

Commit

Permalink
fix(#71): add context to the build action and run after tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Apr 20, 2023
1 parent df8c720 commit e81beed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
docker:
needs: test
runs-on: ubuntu-latest
steps:
- name: Build timestamp
Expand All @@ -31,5 +32,6 @@ jobs:
- name: Build and push openhim-mediator
uses: docker/build-push-action@v4
with:
context: "{{defaultContext}}:mediator"
push: true
tags: medicmobile/openhim-mediator:${{ env.BUILD_TIMESTAMP }}

0 comments on commit e81beed

Please sign in to comment.