Skip to content

Commit 0aaf1a3

Browse files
authored
Merge pull request #125 from lcarva/remove-ubuntu-20.04
Remove note about ubuntu-20.04
2 parents 9532faa + e7991ec commit 0aaf1a3

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

generated/gitops-template/githubactions/.github/workflows/gitops-promotion.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 💁 The Promotion Pipeline will:
44
# - Checkout your repository
55
# - Compute Promoted Images to Validate
6-
# - Perform Image EC Validations
6+
# - Perform Image EC Validations
77
# - Optionally update SBOMS
88

99
name: TSSC-Promotion-Pipeline
@@ -49,7 +49,6 @@ on: [pull_request, workflow_dispatch]
4949
jobs:
5050
tssc-ci-cd:
5151
name: Build and send Image Update PR
52-
# ubuntu-20.04 can also be used.
5352
runs-on: ubuntu-24.04
5453
container:
5554
image: quay.io/redhat-appstudio/rhtap-task-runner:latest

generated/source-repo/githubactions/.github/workflows/build-and-update-gitops.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ on:
5454
jobs:
5555
tssc-ci-cd:
5656
name: Build and send Image Update PR
57-
# ubuntu-20.04 can also be used.
5857
runs-on: ubuntu-24.04
5958
container:
6059
image: quay.io/redhat-appstudio/rhtap-task-runner:latest

templates/gitops-template/gitops-promotion.yml.njk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 💁 The Promotion Pipeline will:
44
# - Checkout your repository
55
# - Compute Promoted Images to Validate
6-
# - Perform Image EC Validations
6+
# - Perform Image EC Validations
77
# - Optionally update SBOMS
88

99
name: TSSC-Promotion-Pipeline
@@ -33,7 +33,6 @@ on: [pull_request, workflow_dispatch]
3333
jobs:
3434
tssc-ci-cd:
3535
name: Build and send Image Update PR
36-
# ubuntu-20.04 can also be used.
3736
runs-on: ubuntu-24.04
3837
container:
3938
image: quay.io/redhat-appstudio/rhtap-task-runner:latest

templates/source-repo/build-and-update-gitops.yml.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ on:
3939
jobs:
4040
tssc-ci-cd:
4141
name: Build and send Image Update PR
42-
# ubuntu-20.04 can also be used.
4342
runs-on: ubuntu-24.04
4443
container:
4544
image: quay.io/redhat-appstudio/rhtap-task-runner:latest

0 commit comments

Comments
 (0)