Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidban77 committed Jul 8, 2024
1 parent e4293ef commit bfd249b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/devcontainer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Dev Container
on:
push:
branches:
- main
- df/gh-actions

jobs:
netobs-devcontainer:
Expand All @@ -13,8 +13,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log into registry ghcr.io
uses: docker/login-action@v3
Expand All @@ -27,6 +27,7 @@ jobs:
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/network-observability-lab/netobs-devcontainer
imageTag: latest
# cacheFrom: ghcr.io/network-observability-lab/netobs-devcontainer
# tags: yourusername/yourrepository:tag # Replace with your Docker image tag
push: always

0 comments on commit bfd249b

Please sign in to comment.