fix: push devpod image to manager repo as devpod-latest tag
All checks were successful
Build & Release / build (push) Successful in 18s

This commit is contained in:
Ryan Moon
2026-04-04 08:36:08 -05:00
parent 9942a5638f
commit 3d081ee01f

View File

@@ -25,6 +25,7 @@ jobs:
- name: Build and push devpod
run: |
docker build \
-t $REGISTRY/lunarfront-devpod:latest \
-t $REGISTRY/manager:devpod-latest \
-f Dockerfile.devpod .
docker push $REGISTRY/lunarfront-devpod:latest
docker push $REGISTRY/manager:devpod-latest