File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "ghcr.io/devcontainers/features/github-cli:1" : {},
77 "ghcr.io/devcontainers-extra/features/act:1" : {}
88 },
9+ "remoteEnv" : {
10+ "GITHUB_TOKEN" : " ${localEnv:GITHUB_TOKEN}"
11+ },
912 "customizations" : {
1013 "vscode" : {
1114 "extensions" : [
Original file line number Diff line number Diff line change @@ -244,10 +244,10 @@ runs:
244244 id : setup-buildx
245245 with :
246246 # FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
247- version : v0.29 .1
247+ version : v0.30 .1
248248 # FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
249249 driver-opts : |
250- image=moby/buildkit:v0.25.1
250+ image=moby/buildkit:v0.26.2
251251
252252 # Caching setup
253253 - id : cache-arguments
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ runs:
8686 - uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
8787 with :
8888 # FIXME: upgrade version when available (https://github.com/docker/buildx/releases)
89- version : v0.29 .1
89+ version : v0.30 .1
9090 # FIXME: upgrade version when available (https://hub.docker.com/r/moby/buildkit)
9191 driver-opts : |
92- image=moby/buildkit:v0.25.1
92+ image=moby/buildkit:v0.26.2
9393
9494 - uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9595 with :
You can’t perform that action at this time.
0 commit comments