mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-28 03:38:52 -06:00
fix: push hatchet-lite image as latest (#577)
This commit is contained in:
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@@ -42,3 +42,8 @@ jobs:
|
||||
docker pull ghcr.io/hatchet-dev/hatchet/hatchet-migrate:${{steps.tag_name.outputs.tag}}
|
||||
docker tag ghcr.io/hatchet-dev/hatchet/hatchet-migrate:${{steps.tag_name.outputs.tag}} ghcr.io/hatchet-dev/hatchet/hatchet-migrate:latest
|
||||
docker push ghcr.io/hatchet-dev/hatchet/hatchet-migrate:latest
|
||||
- name: Pull and push hatchet-lite
|
||||
run: |
|
||||
docker pull ghcr.io/hatchet-dev/hatchet/hatchet-lite:${{steps.tag_name.outputs.tag}}
|
||||
docker tag ghcr.io/hatchet-dev/hatchet/hatchet-lite:${{steps.tag_name.outputs.tag}} ghcr.io/hatchet-dev/hatchet/hatchet-lite:latest
|
||||
docker push ghcr.io/hatchet-dev/hatchet/hatchet-lite:latest
|
||||
|
||||
Reference in New Issue
Block a user