Skip to content

Merge branch 'main' into feat/mediator #548

Merge branch 'main' into feat/mediator

Merge branch 'main' into feat/mediator #548

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
- feat/mediator # TODO: remove before merge
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/asistent-medical-comunitar
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}