File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM debian:buster-slim
9
9
10
10
WORKDIR /app
11
11
12
- COPY --from=builder /app/target/release/my- action /usr/local/bin/my -action
12
+ COPY --from=builder /app/target/release/sops-gitops-github- action /usr/local/bin/sops-gitops-github -action
13
13
14
14
COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
15
15
RUN chmod +x /usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change 1
- name : " My Rust Action"
2
- description : " A GitHub Action implemented in Rust"
3
- author : " Your Name"
1
+ name : " Sops GitOps Github Action"
2
+ description : " A Github action to manage and maintain SOPS secrets for your repository"
3
+ author : " Weaveworks Community"
4
+ maintainer :
5
+ - " Charles Sibbald"
4
6
runs :
5
7
using : " docker"
6
- image : " docker://ghcr.io/your-username/your -action:latest"
8
+ image : " docker://ghcr.io/weaveworks/sops-gitops-github -action:latest"
7
9
args :
8
10
- " ${{ inputs.input1 }}"
9
11
- " ${{ inputs.input2 }}"
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
5
- exec /usr/local/bin/my -action " $@ "
5
+ exec /usr/local/bin/sops-gitops-github -action " $@ "
You can’t perform that action at this time.
0 commit comments