Skip to content

Commit

Permalink
Syntax fixes for GH Actions (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrahamsson authored Mar 30, 2021
1 parent 4d03034 commit bfd615c
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-s2i-python-kopf-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
IMAGE_NAME: python-kopf-s2i
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Check and verify version.json
uses: actions/checkout@master
id: check_version
run: |
# version.json must have semantic version: vMAJOR.MINOR.PATCH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-s2i-python-kopf-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
IMAGE_NAME: python-kopf-s2i
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
# version.json should have semantic version: vMAJOR.MINOR.PATCH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-runner-ubi8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
name: Get image tags
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-agent-image-mgmt-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: jenkins-agent-image-mgmt
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-agent-python-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-agent-python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: jenkins-agent-python
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: rabbitmq
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-task-images-conftest-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Get image tags
name: Get image tags
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-task-images-conftest-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: conftest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-task-images-helm-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Get image tags
name: Get image tags
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tekton-task-images-helm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: helm
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi7-gitlab-runner-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi7-gitlab-runner-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: ubi7-gitlab-runner
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-asciidoctor-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-asciidoctor-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: ubi8-asciidoctor
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-bats-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-bats-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: ubi8-bats
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-git-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-git-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: ubi8-git
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubi8-google-api-python-client-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Check and verify version.json
name: Check and verify version.json
id: check_version
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
image_name: ubi8-google-api-python-client
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Get image tags
uses: actions/checkout@master
id: image_tags
run: |
echo -n ::set-output name=IMAGE_TAGS::
Expand Down

0 comments on commit bfd615c

Please sign in to comment.