Skip to content

Commit

Permalink
Merge pull request #102 from nitrictech/feature/update-workflow
Browse files Browse the repository at this point in the history
ci: fix relative paths
  • Loading branch information
HomelessDinosaur authored Jul 26, 2021
2 parents 734d101 + 1752f9d commit 1815291
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./providers/dev/dev.dockerfile
file: ./pkg/providers/dev/dev.dockerfile
push: true
tags: |
nitricimages/membrane-local:latest
Expand All @@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./providers/aws/aws.dockerfile
file: ./pkg/providers/aws/aws.dockerfile
push: true
tags: |
nitricimages/membrane-aws:latest
Expand All @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./providers/gcp/gcp.dockerfile
file: ./pkg/providers/gcp/gcp.dockerfile
push: true
tags: |
nitricimages/membrane-gcp:latest
Expand All @@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./providers/azure/azure.dockerfile
file: ./pkg/providers/azure/azure.dockerfile
push: true
tags: |
nitricimages/membrane-azure:latest
Expand All @@ -69,7 +69,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./providers/do/do.dockerfile
file: ./pkg/providers/do/do.dockerfile
push: true
tags: |
nitricimages/membrane-do:latest
Expand Down

0 comments on commit 1815291

Please sign in to comment.