Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
fd0fbb93
Unverified
Commit
fd0fbb93
authored
Sep 17, 2020
by
Ivan Vandot
Committed by
GitHub
Sep 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add trigger for argocd deploy (#704)
parent
6ed63739
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
beekeeper.yaml
.github/workflows/beekeeper.yaml
+12
-1
No files found.
.github/workflows/beekeeper.yaml
View file @
fd0fbb93
...
...
@@ -84,3 +84,14 @@ jobs:
docker tag registry.localhost:5000/ethersphere/bee:latest ethersphere/bee:latest
printf ${{ secrets.DOCKERHUB_PASSWORD }} | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
docker push ethersphere/bee:latest
-
name
:
Set IMAGE_DIGEST variable
if
:
success()
run
:
echo "::set-env name=IMAGE_DIGEST::$(docker inspect --format='{{index .RepoDigests 0}}' ethersphere/bee:latest | cut -d'@' -f 2 | tr -d '\n')"
-
name
:
Trigger ArgoCD
if
:
success()
uses
:
peter-evans/repository-dispatch@v1
with
:
token
:
${{ secrets.REPO_GHA_PAT }}
repository
:
ethersphere/bee-argo
event-type
:
trigger-argo
client-payload
:
'
{"ref":
"${{
github.ref
}}",
"sha":
"${{
github.sha
}}",
"digest":
"${{
env.IMAGE_DIGEST
}}"}'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment