Skip to content

Commit

Permalink
Correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man committed Nov 21, 2023
1 parent 7831b09 commit fdcfa2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
podman push ${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/ocs-metrics-exporter:${IMAGE_TAG}
make operator-bundle
podman push ${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/operator-bundle:${IMAGE_TAG}
podman push ${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/ocs-operator-bundle:${IMAGE_TAG}
make operator-catalog
podman push ${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/operator-catalog:${IMAGE_TAG}
podman push ${IMAGE_REGISTRY}/${REGISTRY_NAMESPACE}/ocs-operator-catalog:${IMAGE_TAG}

0 comments on commit fdcfa2c

Please sign in to comment.