From bfd249b94caed6c44f3c4662e9b5a000dedc413d Mon Sep 17 00:00:00 2001 From: David Flores Date: Mon, 8 Jul 2024 09:14:09 +0100 Subject: [PATCH] testing --- .github/workflows/devcontainer-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/devcontainer-build.yml b/.github/workflows/devcontainer-build.yml index cf09c25..c7bcef0 100644 --- a/.github/workflows/devcontainer-build.yml +++ b/.github/workflows/devcontainer-build.yml @@ -3,7 +3,7 @@ name: Build and Push Dev Container on: push: branches: - - main + - df/gh-actions jobs: netobs-devcontainer: @@ -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 @@ -27,6 +27,7 @@ jobs: uses: devcontainers/ci@v0.3 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