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 fbed9b0 commit 71dc697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/argocd_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main

permissions: write-all

jobs:
argocd_plugin:
runs-on: ubuntu-22.04
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 71dc697

Please # to comment.