Skip to content

Commit

Permalink
Merge pull request #104 from jduimovich/update-tage
Browse files Browse the repository at this point in the history
Update tags to 1.3
  • Loading branch information
jduimovich authored Dec 3, 2024
2 parents e48209e + aab71b0 commit 40385bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# ubuntu-20.04 can also be used.
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-appstudio/rhtap-task-runner:1.3
options: --privileged
environment: production

Expand Down
2 changes: 1 addition & 1 deletion skeleton/ci/gitops-template/gitlabci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.

image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-appstudio/rhtap-task-runner:1.3

variables:
CI_TYPE: gitlab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# ubuntu-20.04 can also be used.
runs-on: ubuntu-24.04
container:
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-appstudio/rhtap-task-runner:1.3
options: --privileged
environment: production

Expand Down
2 changes: 1 addition & 1 deletion skeleton/ci/source-repo/gitlabci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.

image: quay.io/redhat-appstudio/rhtap-task-runner:latest
image: quay.io/redhat-appstudio/rhtap-task-runner:1.3

variables:
CI_TYPE: gitlab
Expand Down

0 comments on commit 40385bc

Please sign in to comment.