Skip to content

Fix party matching (#223) #109

Fix party matching (#223)

Fix party matching (#223) #109

name: Build and push hangfire image to registry
on:
push:
branches:
- main
tags:
- v*
jobs:
build-hangfire:
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: code4romania/rezultate-vot-hangfire
dockerfile: ./src/ElectionResults.Hangfire/Dockerfile
context: ./src
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}