Skip to content

Commit 302f856

Browse files
committed
fix: 워크플로 빌드 ARG 기본값 및 fs 권한 문제 수정
1 parent ab78393 commit 302f856

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- 'v*'
77

8-
env:
9-
IMAGE_NAME: docker.io/${{ vars.DOCKERHUB_USERNAME }}/delivery
10-
118
jobs:
129
build:
1310
runs-on: ubuntu-latest
@@ -35,9 +32,13 @@ jobs:
3532
env:
3633
IMAGE_PREFIX: docker.io/${{ vars.DOCKERHUB_USERNAME }}/delivery
3734
VERSION: ${{ steps.vars.outputs.version }}
35+
BUILD_BASE_IMAGE_NAME: golang
36+
BUILD_BASE_IMAGE_TAG: 1.25.0-alpine
37+
BASE_IMAGE_NAME: alpine
38+
BASE_IMAGE_TAG: latest
39+
BUILDX_BAKE_ENTITLEMENTS_FS: "0"
3840
run: >
3941
docker buildx bake
40-
--allow=fs.read=..
4142
--push
4243
--provenance false
4344
-f deploy/container/compose.yaml

0 commit comments

Comments
 (0)