Skip to content

Commit 24104c7

Browse files
committed
Update cicd-web.yaml
1 parent cbdff3f commit 24104c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cicd-web.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ jobs:
2828
- name: Build
2929
# https://github.com/devcontainers/ci
3030
uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # https://github.com/devcontainers/ci/releases/tag/v0.3.1900000417
31+
env: ${{ fromJSON(inputs.config).container.env }}
3132
with:
3233
imageName: ghcr.io/${{ github.repository_owner }}/${{ fromJSON(inputs.config).container.name }}
3334
runCmd: ${{ fromJSON(inputs.config).container.command }}
3435
configFile: ${{ fromJSON(inputs.config).container.path }}
3536
refFilterForPush: ${{ fromJSON(inputs.config).container.ref }}
36-
env: ${{ fromJSON(inputs.config).container.env }}
37+
env: ${{ fromJSON(inputs.config).container.env-names }}
3738
inheritEnv: ${{ toJSON(fromJSON(inputs.config).container.inherit-env) }}
3839
cacheFrom: ghcr.io/${{ github.repository_owner }}/${{ fromJSON(inputs.config).container.name }}
3940
- name: Build Artifact Upload

0 commit comments

Comments
 (0)