Loading .releaserc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ "@semantic-release/release-notes-generator", "@semantic-release/gitlab", ["@semantic-release/git", { "assets": ["README.md", "tbump.toml"] "assets": ["README.md", "tbump.toml", "pipelines/container.md"] }] ], "branches": [ Loading pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ monorepo_root include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 image:build:subdir_b: extends: .image:build Loading Loading @@ -56,7 +56,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 variables: IMAGE_CONTEXT: subdir_a Loading Loading @@ -85,7 +85,7 @@ builder template. For example: include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 .image:build: extends: .buildah # All build jobs will now use buildah Loading Loading
.releaserc +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ "@semantic-release/release-notes-generator", "@semantic-release/gitlab", ["@semantic-release/git", { "assets": ["README.md", "tbump.toml"] "assets": ["README.md", "tbump.toml", "pipelines/container.md"] }] ], "branches": [ Loading
pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ monorepo_root include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 image:build:subdir_b: extends: .image:build Loading Loading @@ -56,7 +56,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 variables: IMAGE_CONTEXT: subdir_a Loading Loading @@ -85,7 +85,7 @@ builder template. For example: include: - project: just-ci/templates file: templates/container.yml ref: v5.6.1 ref: v6.0.0 .image:build: extends: .buildah # All build jobs will now use buildah Loading