summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-docker-image.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml
index f3b96cd4a..377e1eafb 100644
--- a/.github/workflows/build-docker-image.yaml
+++ b/.github/workflows/build-docker-image.yaml
@@ -63,7 +63,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
- context: .
file: docker/Dockerfile${{ matrix.tag != '' && format('.{0}', matrix.tag) || '' }}
push: true
platforms: ${{ matrix.platforms }}