Skip to content

Commit

Permalink
Merge pull request #23 from Axway/APIGOV-26149
Browse files Browse the repository at this point in the history
APIGOV-26149 - fix path to dockerfile
  • Loading branch information
dfeldick authored Nov 8, 2023
2 parents 35b2a41 + d8b499f commit 712d2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-discovery-agent-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: build/discovery.Dockerfile
file: build/traceability/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/build-traceability-agent-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: build/traceability.Dockerfile
file: build/traceability/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 712d2bf

Please sign in to comment.