Skip to content

Commit

Permalink
Merge pull request #20 from ankudinov/rename-acl-dev-container
Browse files Browse the repository at this point in the history
rename acl-dev to dev
  • Loading branch information
ankudinov authored Aug 20, 2024
2 parents 903a0d7 + 2e929be commit f57e083
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
push:
branches: ['**'] # branches will be filtered in the jobs
paths:
- .github/workflows/container_build_acl_dev.yml
- .github/workflows/container_build_dev.yml
- .github/workflows/container_build_child.yml
- containers/acl-dev/**
- containers/dev/**
workflow_dispatch:
branches: ['**'] # branches will be filtered in the jobs

Expand All @@ -18,7 +18,7 @@ jobs:
if: github.repository != 'aristanetworks/acLabs' || github.ref == 'refs/heads/main'
uses: ./.github/workflows/container_build_child.yml
with:
container_name: "acl-dev"
container_name: "dev"
image_tags: "latest"
from_image: "mcr.microsoft.com/devcontainers/base"
from_variant: "ubuntu-22.04"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f57e083

Please sign in to comment.