Skip to content

Commit 0f4a9c3

Browse files
committed
build release profile
1 parent 52f824a commit 0f4a9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: setup docker buildx
2727
uses: docker/setup-buildx-action@v3
2828

29-
# FIXME: we have to set the release profile here somehoe?
30-
3129
- name: build docker image
3230
uses: docker/build-push-action@v6
3331
with:
@@ -37,6 +35,8 @@ jobs:
3735
target: ${{ matrix.target }}
3836
build-args: |
3937
GIT_SHA=${{ github.sha }}
38+
PROFILE=release
39+
PROFILE_DIR=release
4040
load: true
4141
cache-from: type=gha
4242
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)