Skip to content

Commit

Permalink
hotfix(ci): specify build context explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Aug 26, 2023
1 parent 5123252 commit 1876a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
context: "{{defaultContext}}:frontend"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: .
context: "{{defaultContext}}:backend"
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1876a84

Please sign in to comment.