fix: push devpod image to manager repo as devpod-latest tag
All checks were successful
Build & Release / build (push) Successful in 18s
All checks were successful
Build & Release / build (push) Successful in 18s
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
- name: Build and push devpod
|
- name: Build and push devpod
|
||||||
run: |
|
run: |
|
||||||
docker build \
|
docker build \
|
||||||
-t $REGISTRY/lunarfront-devpod:latest \
|
-t $REGISTRY/manager:devpod-latest \
|
||||||
-f Dockerfile.devpod .
|
-f Dockerfile.devpod .
|
||||||
docker push $REGISTRY/lunarfront-devpod:latest
|
docker push $REGISTRY/manager:devpod-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user