Skip to content

Commit

Permalink
change dev container path
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 29, 2024
1 parent a33d8b9 commit 48a7f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-child-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
CEOS_LAB_VERSION_ARG: ${{ inputs.ceos_lab_version }}
GIT_INIT_ARG: ${{ inputs.git_init }}
with:
subFolder: containers/${{ inputs.container_name }}
subFolder: containers/${{ inputs.container_name }}-${{ inputs.image_tags }}
imageName: ghcr.io/${{ github.repository }}/${{ inputs.container_name }}
imageTag: ${{ inputs.image_tags }}
platform: ${{ inputs.platform }}
Expand Down

0 comments on commit 48a7f60

Please sign in to comment.