feat: update E-Gradebook project details and add Venus Labyrinth Orac… #37
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: Image Build & Push QS Off Site | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| paths: | |
| - 'quackstack/**' | |
| permissions: | |
| contents: read | |
| packages: write | |
| jobs: | |
| call-pond: | |
| uses: QuackStack-LTD/Pond/.github/workflows/build-and-push.yaml@main | |
| with: | |
| context: ./quackstack | |
| repo: ghcr.io/quackstack-ltd/quackstack.net | |
| tags: latest,sha | |
| platforms: linux/amd64,linux/arm64 | |
| dockerfile: Dockerfile | |
| build-args: "" | |
| push: true | |
| secrets: inherit |