Skip to content

Commit

Permalink
disable building of Alpine for now (long time no work on it)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Jul 8, 2024
1 parent c4fdca1 commit f6b3445
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6b3445

Please sign in to comment.