Compare commits

..

No commits in common. "88fa100c07c7a9046f772b95ca1dbcae3b0cb3df" and "dba11ffb3d7894f16263a7d3f7f136459b78dff3" have entirely different histories.

View File

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