Skip to content

Commit

Permalink
add argocd plugin implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 27, 2024
1 parent 09664b1 commit b0024e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argocd_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} &&\
docker login ghcr.io -u cloudwebmanage -p ${{ secrets.GITHUB_TOKEN }} &&\
docker build -t ghcr.io/cloudwebmanage/cwm-iac:argocd-plugin-${{ github.sha }} argocd_plugin &&\
docker push ghcr.io/cloudwebmanage/cwm-iac:argocd-plugin-${{ github.sha }} &&\
sed -i "s|image: ghcr.io/cloudwebmanage/cwm-iac:argocd-plugin-.*|image: ghcr.io/cloudwebmanage/cwm-iac:argocd-plugin-${{ github.sha }}|g" apps/argocd/patch-argocd-repo-server-deployment.yaml &&\
Expand Down
1 change: 0 additions & 1 deletion argocd_plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM ghcr.io/orihoch/uumpa-argocd-plugin/plugin:1aca881ff2607d39164f5107b99e49e4935a65c6
COPY . /opt/cwm-worker-argocd-plugin
RUN pip3 install -e /opt/cwm-worker-argocd-plugin

0 comments on commit b0024e8

Please sign in to comment.