File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 },
66 "features" : {
77 "ghcr.io/devcontainers/features/aws-cli:latest" : {},
8- "ghcr.io/devcontainers/features/ruby:latest " : {},
8+ "ghcr.io/devcontainers/features/ruby:1 " : {},
99 "ghcr.io/devcontainers/features/node:latest" : {},
1010 "ghcr.io/shyim/devcontainers-features/php:latest" : {
1111 "installComposer" : false
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
3131 - uses : actions/checkout@v3
3232 - uses : devcontainers/ci@v0.2
3333 env :
34- CRYPTEIA_VERSION : ${{ github.event.inputs.version }}
3534 DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
3635 with :
3736 push : never
3837 cacheFrom : ghcr.io/customink/crypteia-ci
3938 env : |
40- CRYPTEIA_VERSION
4139 DOCKER_LOGIN_PAT
42- runCmd : ./package/deploy-image-debian
40+ runCmd : |
41+ CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-debian
42+ CRYPTEIA_VERSION=latest ./package/deploy-image-debian
4343 amzn :
4444 name : AmazonLinux2 x86_64/arm64
4545 runs-on : ubuntu-20.04
@@ -48,15 +48,15 @@ jobs:
4848 - uses : actions/checkout@v3
4949 - uses : devcontainers/ci@v0.2
5050 env :
51- CRYPTEIA_VERSION : ${{ github.event.inputs.version }}
5251 DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
5352 with :
5453 push : never
5554 cacheFrom : ghcr.io/customink/crypteia-ci
5655 env : |
57- CRYPTEIA_VERSION
5856 DOCKER_LOGIN_PAT
59- runCmd : ./package/deploy-image-amzn
57+ runCmd : |
58+ CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-amzn
59+ CRYPTEIA_VERSION=latest ./package/deploy-image-amzn
6060 release :
6161 name : Create Release
6262 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments