fix: specify table name in nurse_id query for clarity (#579) #478
This file contains hidden or 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/asistent-medical-comunitar | |
| secrets: | |
| username: ${{ secrets.DOCKER_HUB_USERNAME }} | |
| token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} |