chore: build full docker image for arm64 (#4391) #8036
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
on: | |
push: | |
branches: [main] | |
name: release-please | |
jobs: | |
release-please: | |
name: "Release please" | |
runs-on: ubicloud | |
steps: | |
- uses: GoogleCloudPlatform/release-please-action@v3 | |
with: | |
release-type: simple | |
package-name: windmill | |
token: ${{ secrets.PAT_TOKEN }} |