Skip to content

Commit

Permalink
MOUR-2181 - Adding propper context to docker build and push images step
Browse files Browse the repository at this point in the history
  • Loading branch information
llandmeyer committed Jul 16, 2024
1 parent 6c74cd8 commit 7ed9e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
context: new-relic-deployment-marker
file: new-relic-deployment-marker/Dockerfile
push: true
tags: sykescottages/bitbucket-pipes:new-relic-deployment-marker

0 comments on commit 7ed9e89

Please sign in to comment.