Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Nov 19, 2024
1 parent fc1e810 commit f465835
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/operator-early-adoption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ jobs:
path: everest-operator
token: ${{ secrets.ROBOT_TOKEN }}

- name: Operator - update version
run: |
cd everest-operator
# !!!! (delete this) update version in the Makefile
# sed -i "s/^VERSION ?=.*/VERSION ?= $VERSION/g" Makefile
# sed -i "s/docker.io\/perconalab/$LOCAL_REGISTRY\/perconalab/g" Makefile
- name: Operator - install operator-sdk
run: |
mkdir -p $TOOLS_PATH
Expand Down Expand Up @@ -222,7 +214,7 @@ jobs:
uses: docker/metadata-action@v5
id: catalog-meta
with:
images: $LOCAL_REGISTRY/perconalab/everest-catalog
images: ${{ env.LOCAL_REGISTRY }}/perconalab/everest-catalog
tags:
type=raw,value=${{ env.VERSION }}

Expand Down

0 comments on commit f465835

Please sign in to comment.