Skip to content

Commit

Permalink
ci(github): solver snapshot image
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Nov 5, 2024
1 parent 77402cc commit 4749fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
docker push omniops/monitor:${GITHUB_SHA::7}
docker push omniops/monitor:main
- name: Push Solver to Dockerhub
run: |
docker push omniops/solver:${GITHUB_SHA::7}
docker push omniops/solver:main
- name: Push AnvilProxy to Dockerhub
run: |
docker push omniops/anvilproxy:${GITHUB_SHA::7}
Expand Down

0 comments on commit 4749fa6

Please sign in to comment.