Skip to content

Commit

Permalink
Update docker base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Aug 23, 2022
1 parent 0087ae1 commit 28fa8c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
tags: tindy2013/subconverter:latest
build-args: |
SHA=${{ steps.vars.outputs.sha_short }}
THREADS=2
outputs: type=docker,dest=/tmp/image_armv7.tar

- name: Upload artifact
Expand All @@ -176,6 +177,8 @@ jobs:
platforms: linux/arm/v7
context: scripts/
tags: tindy2013/subconverter:${{steps.version.outputs.result}}
build-args: |
THREADS=2
outputs: type=docker,dest=/tmp/image_armv7_release.tar


Expand Down Expand Up @@ -211,6 +214,7 @@ jobs:
tags: tindy2013/subconverter:latest
build-args: |
SHA=${{ steps.vars.outputs.sha_short }}
THREADS=2
outputs: type=docker,dest=/tmp/image_arm64.tar

- name: Upload artifact
Expand All @@ -236,6 +240,8 @@ jobs:
platforms: linux/arm64
context: scripts/
tags: tindy2013/subconverter:${{steps.version.outputs.result}}
build-args: |
THREADS=2
outputs: type=docker,dest=/tmp/image_arm64_release.tar


Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
LABEL maintainer "[email protected]"
ARG THREADS="4"
ARG SHA=""
Expand Down

0 comments on commit 28fa8c7

Please sign in to comment.