Skip to content

Commit

Permalink
Upgrade CI (02 Aug 2024 10:08:05)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent aa8289a commit 7a7daaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/operator_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,10 @@ jobs:
runs-on: ubuntu-latest
env:
OHIO_INPUT_CATALOG_IMAGE: "quay.io/operatorhubio/catalog_tmp:latest"
OHIO_REGISTRY_IMAGE: "quay.io/operator-framework/upstream-community-operators:dev"
OHIO_REGISTRY_IMAGE: "quay.io/operator-framework/upstream-community-operators:latest"
TMPDIR: "/mnt/tmp"

OPP_CONTAINER_TOOL: podman
steps:
- name: Ohio image
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/operator_release_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,10 @@ jobs:
runs-on: ubuntu-latest
env:
OHIO_INPUT_CATALOG_IMAGE: "quay.io/operatorhubio/catalog_tmp:latest"
OHIO_REGISTRY_IMAGE: "quay.io/operator-framework/upstream-community-operators:dev"
OHIO_REGISTRY_IMAGE: "quay.io/operator-framework/upstream-community-operators:latest"
TMPDIR: "/mnt/tmp"

OPP_CONTAINER_TOOL: podman
steps:
- name: Ohio image
env:
Expand Down

0 comments on commit 7a7daaa

Please sign in to comment.