Skip to content

#70 client secret must be not random but fixed(presumably by platform) #542

#70 client secret must be not random but fixed(presumably by platform)

#70 client secret must be not random but fixed(presumably by platform) #542

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish Backend
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: drypa/receipt-collector
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}
workdir: backend
snapshot: true
- name: Publish Telegram bot
uses: elgohr/Publish-Docker-Github-Action@3.04
with:
name: drypa/receipt-telegram-bot
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_SECRET }}
workdir: bot
snapshot: true