Skip to content

Commit

Permalink
fix: dynamic devcontainer image name in build-devcontainer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Oct 10, 2024
1 parent fc20b25 commit 9496532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
refFilterForPush: refs/heads/main
eventFilterForPush: push

# name of the pushed image ("ghcr.io/wordpress-ionos/wordpres-ionos-devcontainer")
# name of the pushed image ("ghcr.io/wordpress-ionos/wordpress-ionos-devcontainer")
# we use variables here to make it more dynamic and reusable in forks
imageName: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-devcontainer
imageName: ghcr.io/${{ lowercase(github.repository) }}-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 9496532

Please sign in to comment.