Skip to content

Commit

Permalink
0.7.1 to test without build-context
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Sep 2, 2022
1 parent d192778 commit 0ac7a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:latest
RUN echo HERE
# FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18
# RUN su node -c "npm install -g @devcontainers/cli"
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v2
with:
version: v0.9.1
version: v0.7.1
- uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit 0ac7a78

Please sign in to comment.