fix
This commit is contained in:
parent
73ba329510
commit
a8ae799a8e
@ -3,7 +3,7 @@ version: "3.4"
|
||||
|
||||
services:
|
||||
queues:
|
||||
image: mathwave/sprint-repo:queues-py3-grpc
|
||||
image: mathwave/sprint-repo:queues-grpc
|
||||
networks:
|
||||
- queues-development
|
||||
environment:
|
||||
|
@ -3,7 +3,7 @@ version: "3.4"
|
||||
|
||||
services:
|
||||
queues:
|
||||
image: mathwave/sprint-repo:queues-py3-grpc
|
||||
image: mathwave/sprint-repo:queues-grpc
|
||||
networks:
|
||||
- queues
|
||||
environment:
|
||||
|
@ -18,14 +18,14 @@ jobs:
|
||||
with:
|
||||
ref: dev
|
||||
- name: build
|
||||
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
|
||||
run: docker build -t mathwave/sprint-repo:queues-grpc .
|
||||
push:
|
||||
name: Push
|
||||
runs-on: [ dev ]
|
||||
needs: build
|
||||
steps:
|
||||
- name: push
|
||||
run: docker push mathwave/sprint-repo:queues-py3-grpc
|
||||
run: docker push mathwave/sprint-repo:queues-grpc
|
||||
deploy-dev:
|
||||
name: Deploy dev
|
||||
runs-on: [prod]
|
||||
|
@ -18,14 +18,14 @@ jobs:
|
||||
with:
|
||||
ref: prod
|
||||
- name: build
|
||||
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
|
||||
run: docker build -t mathwave/sprint-repo:queues-grpc .
|
||||
push:
|
||||
name: Push
|
||||
runs-on: [ dev ]
|
||||
needs: build
|
||||
steps:
|
||||
- name: push
|
||||
run: docker push mathwave/sprint-repo:queues-py3-grpc
|
||||
run: docker push mathwave/sprint-repo:queues-grpc
|
||||
deploy-prod:
|
||||
name: Deploy prod
|
||||
runs-on: [prod]
|
||||
|
Loading…
Reference in New Issue
Block a user