Commit a910dd7d authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

ci: fix versioning

parent a262b9bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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": [
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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
@@ -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