Skip to content

Commit

Permalink
fixing ci (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 11, 2023
1 parent 4d4f1fb commit b58c04e
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 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 @@ -16,7 +16,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.CONTEXT_DIR }}

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 @@ -17,7 +17,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.CONTEXT_DIR }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-runner-ubi8-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.CONTEXT_DIR }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-runner-ubi8-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.CONTEXT_DIR }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-agent-image-mgmt-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -20,7 +20,7 @@ jobs:
- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -21,7 +21,7 @@ jobs:
- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -20,7 +20,7 @@ jobs:
- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -21,7 +21,7 @@ jobs:
- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -18,7 +18,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

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 @@ -15,7 +15,7 @@ jobs:

- name: Check and verify version.json
id: check_version
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@master
uses: redhat-cop/github-actions/get-image-version@v4
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down

0 comments on commit b58c04e

Please sign in to comment.