Merge pull request #298 from alphagov/dependabot/github_actions/docke… #191
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
--- | |
name: "Image: golang" | |
permissions: | |
actions: write # so 'cancel-workflow-action' can function | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
workflows: | |
uses: ./.github/workflows/build-image-base.yml | |
with: | |
image: golang | |
platforms: linux/amd64,linux/arm64 | |
test_platform: linux/amd64 | |
secrets: inherit |