Skip to content

Commit

Permalink
Update context
Browse files Browse the repository at this point in the history
  • Loading branch information
aerovulpe committed May 6, 2022
1 parent 982f3e3 commit 4aa570e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
id: docker-build
uses: docker/build-push-action@v2
with:
context: ./
file: ./docker/Dockerfile
push: true
tags: ${{ steps.image-tags.outputs.image-tag }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
id: docker-build
uses: docker/build-push-action@v2
with:
context: ./
file: ./docker/Dockerfile
push: true
tags: ${{ env.DEMO_IMAGE_TAG }}
Expand Down

0 comments on commit 4aa570e

Please sign in to comment.