mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-04 16:50:22 -06:00
update workflow
This commit is contained in:
6
.github/workflows/staging-deploy.yml
vendored
6
.github/workflows/staging-deploy.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
docker build \
|
||||
-t ghcr.io/bluewave-labs/checkmate-backend:staging \
|
||||
-f ./docker/staging/server.Dockerfile \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \
|
||||
.
|
||||
|
||||
- name: Push Server Docker image
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
docker build \
|
||||
-t ghcr.io/bluewave-labs/checkmate-mongo:staging \
|
||||
-f ./docker/staging/mongoDB.Dockerfile \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \
|
||||
.
|
||||
|
||||
- name: Push MongoDB Docker image
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
docker build \
|
||||
-t ghcr.io/bluewave-labs/checkmate-redis:staging \
|
||||
-f ./docker/staging/redis.Dockerfile \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate-backend \
|
||||
--label org.opencontainers.image.source=https://github.com/bluewave-labs/checkmate \
|
||||
.
|
||||
|
||||
- name: Push Redis Docker image
|
||||
|
||||
Reference in New Issue
Block a user