Skip to content

Commit

Permalink
refactor: Update devcontainer image name construction in test-devcont…
Browse files Browse the repository at this point in the history
…ainer.yml
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent c3a6891 commit 11e9c04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
- name: Checkout (GitHub)
uses: actions/checkout@v4

- uses: "./.github/shared/devcontainer-image-name"

- name: use devcontainer image
uses: devcontainers/ci@v0.3
with:
# commented out to explicitly USE the devcontainer image built by the build-devcontainer.yml workflow
# imageName: ghcr.io/ionos-wordpress/ionos-wordpress-devcontainer

# enable caching (will build the image only if related files where changed)
cacheFrom: ghcr.io/ionos-wordpress/ionos-wordpress-devcontainer
cacheFrom: ${{ env.IMAGE_NAME }}

runCmd: |
pnpm install
Expand Down

0 comments on commit 11e9c04

Please sign in to comment.