Skip to content

Merge pull request #464 from code4romania/442-ngo-admin-add-new-case-… #244

Merge pull request #464 from code4romania/442-ngo-admin-add-new-case-…

Merge pull request #464 from code4romania/442-ngo-admin-add-new-case-… #244

Workflow file for this run

name: Build and push image to registry
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/sunrise
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}