diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-30 16:20:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 16:20:33 +0200 |
| commit | 0ff14fd3ecc6f7669d2148c0e90b8b15bf763038 (patch) | |
| tree | d6303520a5c95cc735bd6db611f0ff6e5a1b80e2 /.github | |
| parent | e5bcc3cbbecb067b0acd8a7c061d9a16453381ed (diff) | |
| parent | 20580bcbd458fa18c13bb9c1a32466ee5af48f97 (diff) | |
Merge pull request #22 from searxng/docker-buildx
[docker] multiarch build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0068c3964..914ce163f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -121,4 +121,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push if: env.DOCKERHUB_USERNAME != null - run: make -e GIT_URL=$(git remote get-url origin) docker.push + run: make -e GIT_URL=$(git remote get-url origin) docker.buildx |