Skip to content

Commit

Permalink
ci: Update CI workflow to support multiple platforms
Browse files Browse the repository at this point in the history
- Add `DOCKER_DEFAULT_PLATFORM` environment variable in the GitHub workflow
- Implement changes to optimize image publishing process
  • Loading branch information
johnnyhuy committed Apr 18, 2024
1 parent bcd3a82 commit c9de814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_DEFAULT_PLATFORM: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c9de814

Please sign in to comment.