From f6b344531a1c336f79d5c21a792f263aeb501357 Mon Sep 17 00:00:00 2001 From: David Losada Carballo Date: Mon, 8 Jul 2024 15:02:49 +0200 Subject: [PATCH] disable building of Alpine for now (long time no work on it) --- .github/workflows/ship.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ship.yml b/.github/workflows/ship.yml index a25925d..f55a2ba 100644 --- a/.github/workflows/ship.yml +++ b/.github/workflows/ship.yml @@ -32,12 +32,12 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ushahidi/debian:bullseye-dockerize - - name: Build and push (alpine) - id: docker_build_alpine - uses: docker/build-push-action@v2 - with: - context: . - file: ./alpine.Dockerfile - platforms: linux/amd64 - push: ${{ github.event_name != 'pull_request' }} - tags: ushahidi/alpine:3.12-dockerize + # - name: Build and push (alpine) + # id: docker_build_alpine + # uses: docker/build-push-action@v2 + # with: + # context: . + # file: ./alpine.Dockerfile + # platforms: linux/amd64 + # push: ${{ github.event_name != 'pull_request' }} + # tags: ushahidi/alpine:3.12-dockerize