Skip to content

Commit

Permalink
chore: add a note about Dockerfile.canary (#4050)
Browse files Browse the repository at this point in the history
Co-authored-by: knqyf263 <knqyf263@gmail.com>
  • Loading branch information
afdesk and knqyf263 committed Apr 13, 2023
1 parent 90b8066 commit a6b8642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}

## push images to registries
## only for canary build
# Push images to registries (only for canary build)
# The custom Dockerfile.canary is necessary
# because GoReleaser Free doesn't support pushing images with the `--snapshot` flag.
- name: Build and push
if: ${{ inputs.goreleaser_config == 'goreleaser-canary.yml' }}
uses: docker/build-push-action@v4
Expand Down

0 comments on commit a6b8642

Please sign in to comment.