Skip to content

Commit

Permalink
testing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidban77 committed Jul 8, 2024
1 parent b25a7f4 commit b67f902
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/devcontainer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}

- name: local test
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/network-observability-lab/netobs-devcontainer
runCmd: |
echo "Hello, World!"
ls -al
echo $PWD
- name: Build and push devcontainer image
uses: devcontainers/[email protected]
with:
Expand All @@ -31,4 +40,3 @@ jobs:
# cacheFrom: ghcr.io/network-observability-lab/netobs-devcontainer
# tags: yourusername/yourrepository:tag # Replace with your Docker image tag
push: always
runCmd: make ci-build

0 comments on commit b67f902

Please sign in to comment.