Skip to content

Commit

Permalink
Update _posts/2024-02-05-cde-customization.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Kwon <[email protected]>
  • Loading branch information
l0rd and dkwon17 authored Jan 26, 2024
1 parent 6490ed9 commit 494011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-05-cde-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ image::/assets/img/cde-customization/github-action.png[]
{nbsp} +
As a result the image will be built and pushed automatically at every commit. The https://github.com/l0rd/rails-sample/blob/dockerfile/.github/workflows/image-build.yaml#L29[branch `dockerfile` of the ruby-sample repository] pushes the image to `quay.io/mloriedo/rails-blog-cde:latest`.

NOTE: I have named the file as `.devfile.Dockerfile`: even if any name is ok I like to use the `.devfile` prefix as these images are usually used in devfiles (as we will do STEP 3).
NOTE: I have named the file as `.devfile.Dockerfile`: even though any name is ok I like to use the `.devfile` prefix as these images are usually used in devfiles (as we will do STEP 3).

### Start a new CDE using the custom image

Expand Down

0 comments on commit 494011d

Please sign in to comment.