Compare commits

..

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

View File

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