Skip to content

Commit

Permalink
rename acl-dev to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Aug 20, 2024
1 parent 903a0d7 commit 2e929be
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 2e929be

Please sign in to comment.