Skip to content

Commit 4ac1e0d

Browse files
.
1 parent d1a0abf commit 4ac1e0d

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
name: Build
22
on:
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-
264
env:
275
REGISTRY: ghcr.io
286
IMAGE_NAME: ${{ github.repository }}
@@ -54,7 +32,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)