Skip to content

Build and Push todo-command image #8

Build and Push todo-command image

Build and Push todo-command image #8

name: Build and Push todo-command image
on:
push:
paths:
- "extras-containers/todo/todo-command-service/**/*"
permissions:
contents: read
packages: write
jobs:
docker-buildx-push:
uses: ./.github/workflows/extras-container-build.yaml
with:
image-name: extras-todo-command-service
dockerfile-context: extras-containers/todo/todo-command-service