Skip to content

Commit

Permalink
refactor: Update devcontainer image name construction in build-devcon…
Browse files Browse the repository at this point in the history
…tainer.yml
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent d47ba56 commit d3f0e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# example value : "ghcr.io/IONOS-Wordpress/ionos-wordpress-develop-devcontainer"
IMAGE_NAME="ghcr.io/${GITHUB_REPOSITORY}-${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}-devcontainer"
# convert imagename to lowercase and store as environment variable
echo "${IMAGE_NAME@L}" >> $GITHUB_ENV
echo "IMAGE_NAME=${IMAGE_NAME@L}" >> "${GITHUB_ENV}"
- name: Pre-build image and run make ci-build in dev container
uses: devcontainers/ci@v0.3
Expand Down

0 comments on commit d3f0e58

Please sign in to comment.