mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-07 09:09:48 -05:00
Merge pull request #2104 from bluewave-labs/fix/restore-repo
update workflow
This commit is contained in:
@@ -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