Skip to content

Commit

Permalink
🐋 update docker org
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Jan 2, 2024
1 parent 64f0ad7 commit 8e56bf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
TAG=$(git describe --tags --abbrev=0)
docker build cyclops-ui -t petarcvit223/cyclops-ui:$TAG
docker push petarcvit223/cyclops-ui:$TAG
docker build cyclops-ui -t cyclops-ui/cyclops-ui:$TAG
docker push cyclops-ui/cyclops-ui:$TAG
build-controller:
runs-on: ubuntu-latest
Expand All @@ -40,8 +40,8 @@ jobs:
run: |
TAG=$(git describe --tags --abbrev=0)
docker build cyclops-ctrl -t petarcvit223/cyclops-ctrl:$TAG
docker push petarcvit223/cyclops-ctrl:$TAG
docker build cyclops-ctrl -t cyclops-ui/cyclops-ctrl:$TAG
docker push cyclops-ui/cyclops-ctrl:$TAG
update-install-manifest:
runs-on: ubuntu-latest
Expand All @@ -52,8 +52,8 @@ jobs:
TAG=$(git describe --tags --abbrev=0)
INSTALL_YAML=$GITHUB_WORKSPACE/install/cyclops-install.yaml
sed -i 's/petarcvit223\/cyclops-ctrl\:.*/petarcvit223\/cyclops-ctrl\:'$TAG'/' $INSTALL_YAML
sed -i 's/petarcvit223\/cyclops-ui\:.*/petarcvit223\/cyclops-ui\:'$TAG'/' $INSTALL_YAML
sed -i 's/cyclops-ui\/cyclops-ctrl\:.*/cyclops-ui\/cyclops-ctrl\:'$TAG'/' $INSTALL_YAML
sed -i 's/cyclops-ui\/cyclops-ui\:.*/cyclops-ui\/cyclops-ui\:'$TAG'/' $INSTALL_YAML
# update file
git config --global user.email "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions install/cyclops-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
spec:
containers:
- name: cyclops-ui
image: petarcvit223/cyclops-ui:v0.16.0
image: cyclopsui/cyclops-ui:v0.16.0
ports:
- containerPort: 80
env:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
serviceAccountName: cyclops-ctrl
containers:
- name: cyclops-ctrl
image: petarcvit223/cyclops-ctrl:v0.16.0
image: cyclopsui/cyclops-ctrl:v0.16.0
ports:
- containerPort: 8080
env:
Expand Down

0 comments on commit 8e56bf0

Please sign in to comment.