Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drcgjung committed Aug 22, 2023
1 parent 3c49709 commit e915f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Agent Plane Hashicorp Container Build and push
uses: docker/build-push-action@v3
with:
context: agent-plane-hashicorp
context: agent-plane/agent-plane-hashicorp
file: agent-plane/agent-plane-hashicorp/src/main/docker/Dockerfile
# Build image for verification purposes on every trigger event. Only push if event is not a PR
push: ${{ (github.repository == 'catenax-ng/product-agents-edc' || github.repository == 'eclipse-tractusx/knowledge-agents-edc') && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) }}
Expand Down

0 comments on commit e915f0c

Please sign in to comment.