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 8e56bf0 commit 8502ee5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 cyclops-ui/cyclops-ui:$TAG
docker push cyclops-ui/cyclops-ui:$TAG
docker build cyclops-ui -t cyclopsui/cyclops-ui:$TAG
docker push cyclopsui/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 cyclops-ui/cyclops-ctrl:$TAG
docker push cyclops-ui/cyclops-ctrl:$TAG
docker build cyclops-ctrl -t cyclopsui/cyclops-ctrl:$TAG
docker push cyclopsui/cyclops-ctrl:$TAG
update-install-manifest:
runs-on: ubuntu-latest
Expand All @@ -52,13 +52,13 @@ jobs:
TAG=$(git describe --tags --abbrev=0)
INSTALL_YAML=$GITHUB_WORKSPACE/install/cyclops-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
sed -i 's/cyclopsui\/cyclops-ctrl\:.*/cyclopsui\/cyclops-ctrl\:'$TAG'/' $INSTALL_YAML
sed -i 's/cyclopsui\/cyclops-ui\:.*/cyclopsui\/cyclops-ui\:'$TAG'/' $INSTALL_YAML
# update file
git config --global user.email "[email protected]"
git config --global user.name "petar-cvit"
git status
git add .
git commit -m 'ci update cyclops ctrl to '$TAG
git commit -m '⚙️ update cyclops to '$TAG
git push

0 comments on commit 8502ee5

Please sign in to comment.