diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-06-21 19:36:55 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-06-21 19:36:55 +0200 |
| commit | 5c63775ebc17babe27c5b49c24ae747a101f54e1 (patch) | |
| tree | dd0eb69e973ba35924c1a2b9918792fe44fb1c12 /.github/workflows | |
| parent | 569bb7e2f701dc98e8815d4670bede08d05ff02e (diff) | |
try to fix push problems #3
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-docker-image.yaml | 1 |
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 }} |
