Skip to content

Commit

Permalink
add context to query-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Nov 6, 2023
1 parent 06dd22c commit d211a4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/query-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
if: github.event_name == 'push'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand All @@ -84,6 +85,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'false'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand All @@ -94,6 +96,7 @@ jobs:
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'true')
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand Down Expand Up @@ -140,6 +143,7 @@ jobs:
if: github.event_name == 'push'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand All @@ -150,6 +154,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'false'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand All @@ -160,6 +165,7 @@ jobs:
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'true')
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/query/Dockerfile
Expand Down

0 comments on commit d211a4a

Please sign in to comment.