Skip to content

Commit 1877061

Browse files
committed
dhi helper
only alpine
1 parent 35a48ed commit 1877061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docker-dhi_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
builder: ${{ steps.docker-setup.outputs.builder_name }}
122122
context: .
123-
file: ./dhi.helper.Dockerfile
123+
file: ./dhi.alpine.helper.Dockerfile
124124
platforms: linux/amd64,linux/arm64
125125
pull: true
126126
push: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# build: docker build --no-cache --progress=plain --target=production-alpine -t docker.io/tobi312/php:dhi-helper-alpine -f dhi.helper.Dockerfile .
1+
# build: docker build --no-cache --progress=plain --target=production-alpine -t docker.io/tobi312/php:dhi-helper-alpine -f dhi.alpine.helper.Dockerfile .
22
ARG BUILD_OS=3.23
33
FROM dhi.io/alpine-base:${BUILD_OS}-dev AS dev-alpine
44

0 commit comments

Comments
 (0)