Skip to content

Commit

Permalink
fix: context
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 27, 2024
1 parent 3e54c51 commit 817bb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
push: true
context: ./images/${{ matrix.image }}
context: ./Docker
build-args: |
VERSION=${{ env.UPSTREAM_TS_VERSION }}
tags: |
Expand Down

0 comments on commit 817bb15

Please sign in to comment.