Skip to content

Commit

Permalink
ci(github): solver snapshot image (#2381)
Browse files Browse the repository at this point in the history
Push solver docker image snapshots in CI.

issue: #2364
  • Loading branch information
corverroos authored Nov 5, 2024
1 parent 6a381e3 commit 9f62073
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 9f62073

Please sign in to comment.