Merge pull request #334 from code4romania/326-error-404-when-deleting… #176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |