File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 11name : Build
22on :
33 workflow_dispatch : {}
4- # jobs:
5- # build:
6- # runs-on: ubuntu-24.04
7- # permissions:
8- # contents: read
9- # packages: write
10- # id-token: write
11- # steps:
12- # - run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
13- # - uses: actions/checkout@v2
14- # - run: |
15- # set -e -x -u -o pipefail
16- # repo=ghcr.io/treebeardtech/dev-images; tag=latest
17- # docker pull $repo:$tag
18- # docker pull hello-world
19- # docker tag hello-world $repo:$tag
20- # # devcontainer build \
21- # # --workspace-folder . \
22- # # --config .devcontainer/vm/devcontainer.json \
23- # # --image-name $repo:$tag
24- # docker push $repo:$tag
25-
264env :
275 REGISTRY : ghcr.io
286 IMAGE_NAME : ${{ github.repository }}
5432 uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
5533 with :
5634 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57- - run : npm install -g @devcontainers/cli@v0.30 .0
35+ - run : npm install -g @devcontainers/cli@v0.57 .0
5836 - name : Build image
5937 run : |
6038 devcontainer build \
You can’t perform that action at this time.
0 commit comments