Skip to content

Commit

Permalink
add hangfire workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jun 7, 2024
1 parent ce1a407 commit 058b830
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-hangfire-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: ./api/src/Vote.Monitor.Hangfire/Dockerfile
context: ./api
secrets:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 comments on commit 058b830

Please sign in to comment.