Skip to content

Commit

Permalink
revert "temporarily use patched devcontainers cli"
Browse files Browse the repository at this point in the history
This reverts commit 782503d.

fixed with devcontainers/cli#638
  • Loading branch information
dhhyi committed Oct 30, 2024
1 parent e1b33f5 commit ae7f392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Install patched devcontainer CLI
run: npm install -g github:dhhyi/devcontainers-cli\#fix/propagate-cache-from-dist
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Install patched devcontainer CLI
run: npm install -g github:dhhyi/devcontainers-cli\#fix/propagate-cache-from-dist
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Install patched devcontainer CLI
run: npm install -g github:dhhyi/devcontainers-cli\#fix/propagate-cache-from-dist
- name: Install latest devcontainer CLI
run: npm install -g @devcontainers/cli

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit ae7f392

Please sign in to comment.