Compare commits

..

No commits in common. "d6ad6b1742c6494e9c25aa0fabc43bf3e4910867" and "73ba3295104e6034c2b48a2b96e8abda13164d47" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: "3.4"
services:
queues:
image: mathwave/sprint-repo:queues-grpc
image: mathwave/sprint-repo:queues-py3-grpc
networks:
- queues-development
environment:

View File

@ -3,7 +3,7 @@ version: "3.4"
services:
queues:
image: mathwave/sprint-repo:queues-grpc
image: mathwave/sprint-repo:queues-py3-grpc
networks:
- queues
environment:

View File

@ -18,14 +18,14 @@ jobs:
with:
ref: dev
- name: build
run: docker build -t mathwave/sprint-repo:queues-grpc .
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
push:
name: Push
runs-on: [ dev ]
needs: build
steps:
- name: push
run: docker push mathwave/sprint-repo:queues-grpc
run: docker push mathwave/sprint-repo:queues-py3-grpc
deploy-dev:
name: Deploy dev
runs-on: [prod]

View File

@ -18,14 +18,14 @@ jobs:
with:
ref: prod
- name: build
run: docker build -t mathwave/sprint-repo:queues-grpc .
run: docker build -t mathwave/sprint-repo:queues-py3-grpc .
push:
name: Push
runs-on: [ dev ]
needs: build
steps:
- name: push
run: docker push mathwave/sprint-repo:queues-grpc
run: docker push mathwave/sprint-repo:queues-py3-grpc
deploy-prod:
name: Deploy prod
runs-on: [prod]