Skip to content

Commit

Permalink
retire the Debian image
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Jul 13, 2023
1 parent c400a14 commit cc5cd13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,6 @@ jobs:
tags: baxtree/subaligner:${{ steps.tag.outputs.TAG }}.fed34
push: true

- name: Build and push the Debian 11 image
id: docker_build_deb11
uses: docker/build-push-action@v2
with:
context: ./docker
file: "./docker/Dockerfile-Debian11"
build-args: |
"RELEASE_VERSION=${{ steps.tag.outputs.TAG }}"
allow: network.host
github-token: ${{ github.token }}
tags: baxtree/subaligner:${{ steps.tag.outputs.TAG }}.deb11
push: true

- name: Build and push the ArchLinux image
id: docker_build_arch
uses: docker/build-push-action@v2
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile-Debian11
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV RELEASE_VERSION=${RELEASE_VERSION}
ENV TZ=Europe/London

RUN ["/bin/bash", "-c", "apt -y update &&\
apt -y install build-essential &&\
apt -y install ffmpeg &&\
apt -y install espeak libespeak1 libespeak-dev espeak-data &&\
apt -y install libsndfile-dev &&\
Expand Down

0 comments on commit cc5cd13

Please sign in to comment.