Skip to content

Commit

Permalink
Merge pull request #546 from mamba-org/distro-id-fedora
Browse files Browse the repository at this point in the history
fix: amazon distro_id is fedora
  • Loading branch information
wholtz authored Oct 9, 2024
2 parents 5d169a8 + 2a3f8b7 commit 6d1df90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo "tag=alpine${alpine_version_number}" >> $GITHUB_OUTPUT
echo 'platforms=linux/amd64' >> $GITHUB_OUTPUT
elif [ "${base_name}" = 'public.ecr.aws/amazonlinux/amazonlinux' ]; then
echo 'distro_id=amzn' >> $GITHUB_OUTPUT
echo 'distro_id=fedora' >> $GITHUB_OUTPUT
echo "tag=amazon${base_tag}" >> $GITHUB_OUTPUT
echo 'platforms=linux/amd64,linux/arm64' >> $GITHUB_OUTPUT
elif [ "${base_name}" = 'ubuntu' ]; then
Expand Down

0 comments on commit 6d1df90

Please sign in to comment.