Skip to content

Commit

Permalink
change build context (#1607)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kalantar <[email protected]>
  • Loading branch information
kalantar committed Aug 29, 2023
1 parent 583a155 commit fb6b7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaseassets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
file: docker/Dockerfile
context: docker
platforms: linux/amd64,linux/arm64
tags: ${{ env.OWNER }}/iter8:${{ env.VERSION }},${{ env.OWNER }}/iter8:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/iter8:latest
push: true
Expand Down

0 comments on commit fb6b7ea

Please sign in to comment.