Skip to content

Commit

Permalink
Feat: rename avd-containers to containers (#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov authored Jan 3, 2024
1 parent 6875d19 commit 2f85479
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container_build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- devel
paths:
- avd-containers/base/**
- containers/base/**
- .github/workflows/container_build_template.yml
- .github/workflows/container_build_base.yml
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- devel
paths:
- avd-containers/dev/**
- containers/dev/**
- .github/workflows/container_build_template.yml
- .github/workflows/container_build_dev.yml
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_build_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
UID: ${{ inputs.user_id }}
GID: ${{ inputs.group_id }}
with:
subFolder: avd-containers/${{ inputs.container_name }}
subFolder: containers/${{ inputs.container_name }}
imageName: ghcr.io/${{ github.repository }}/${{ inputs.container_name }}
imageTag: ${{ steps.build-tags.outputs.image_tags }}
platform: ${{ inputs.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_build_universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- devel
paths:
- avd-containers/universal/**
- containers/universal/**
- .github/workflows/container_build_template.yml
- .github/workflows/container_build_universal.yml
workflow_dispatch:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2f85479

Please sign in to comment.