Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 2, 2023
1 parent 26b87de commit 1f81576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v4
with:
context: .
context: ./${{ matrix.service }}
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Push image to GitHub registry
uses: docker/build-push-action@v4
with:
context: .
context: ./${{ matrix.service }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1f81576

Please sign in to comment.