Skip to content

Commit f7e36fd

Browse files
committed
CI/docker: remove config build_configuration
1 parent f2050f2 commit f7e36fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
runs-on: ubuntu-latest
7676
- platform: linux/arm64
7777
runs-on: ubuntu-24.04-arm
78-
configuration:
79-
- build_configuration: production
8078
runs-on: ${{ matrix.arch.runs-on }}
8179
steps:
8280
- name: Prepare
@@ -102,8 +100,6 @@ jobs:
102100
with:
103101
context: ./frontend
104102
platforms: ${{ matrix.arch.platform }}
105-
build-args: |
106-
BUILD_CONFIGURATION=${{ matrix.configuration.build_configuration }}
107103
cache-from: type=gha
108104
cache-to: type=gha,mode=max
109105
outputs: type=image,name=${{ env.REGISTRY_FRONTEND_IMAGE }},push-by-digest=true,name-canonical=true,push=true
@@ -117,7 +113,7 @@ jobs:
117113
- name: Upload digest
118114
uses: actions/upload-artifact@v4
119115
with:
120-
name: frontend-${{ matrix.configuration.build_configuration }}-digests-${{ env.PLATFORM_PAIR }}
116+
name: frontend-digests-${{ env.PLATFORM_PAIR }}
121117
path: /tmp/digests/*
122118
if-no-files-found: error
123119
retention-days: 1

0 commit comments

Comments
 (0)