Merge pull request #123 from devlincashman/use-path-context-so-dockerignore-is-respected

Use path context so dockerignore is respected
This commit is contained in:
jokob-sk
2022-12-19 08:15:42 +11:00
committed by GitHub

View File

@@ -57,6 +57,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@@ -106,6 +107,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}