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 cf3ea1c commit 890d0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: use devcontainer image
uses: devcontainers/ci@v0.3
with:
# name of the image to use
imageName: ghcr.io/ionos-wordpress/ionos-wordpress-devcontainer
# 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
Expand Down

0 comments on commit 890d0bb

Please sign in to comment.