File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments