Skip to content

Commit

Permalink
APIGOV-26149 - fix path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Nov 8, 2023
1 parent 35b2a41 commit d8b499f
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 d8b499f

Please sign in to comment.