Skip to content

Commit 8cb8913

Browse files
committed
build the alpine version
1 parent ae46d7c commit 8cb8913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,14 @@ jobs:
194194
type=raw,value=latest
195195
type=raw,value=${{ needs.generate-version.outputs.version }}
196196
type=sha,prefix={{branch}}-
197+
197198

198199
- name: Build and push Docker image
199200
id: build
200201
uses: docker/build-push-action@v5
201202
with:
202203
context: .
203-
file: Dockerfile
204+
file: docker/alpine/Dockerfile
204205
platforms: linux/amd64,linux/arm64
205206
push: true
206207
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)