This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Move IPAM into Galactic conf #8
Workflow file for this run
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: Publish Docker Image | |
| on: | |
| # Trigger on push | |
| push: | |
| # Trigger on all pull requests | |
| pull_request: | |
| # Trigger when a release is published | |
| release: | |
| types: ['published'] | |
| jobs: | |
| publish-container-image: | |
| permissions: | |
| id-token: write | |
| contents: read | |
| packages: write | |
| attestations: write | |
| uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.5.1 | |
| with: | |
| image-name: galactic-operator | |
| secrets: inherit |