Skip to content

fix(ci): bump shared ci file version #1

fix(ci): bump shared ci file version

fix(ci): bump shared ci file version #1

Workflow file for this run

name: deploy
on:
push:
branches: [ "master" ]
jobs:
deploy:
uses: micro-todo/infrastructure/.github/workflows/service-ci.yaml@d591990407b9375ff464a610427dcbb946eba20a
with:
service_name: tasks-service
docker_context: .
dockerfile: Dockerfile
repository: microtodo/tasks-service
image_tag: ${{ github.sha }}
secrets: inherit