pass query like before, but instead of passing url (can be modified) … #124
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 & Push Dev Image | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| paths-ignore: | |
| - ".**" | |
| jobs: | |
| update: | |
| uses: codeshelldev/gh-actions/.github/workflows/docker-image.yml@main | |
| with: | |
| registry: ghcr.io | |
| flavor: | | |
| latest=false | |
| tags: | | |
| type=sha | |
| type=raw,value=latest-dev | |
| secrets: | |
| GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }} |