Skip to content

Commit

Permalink
Added ghcr as registry
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 19, 2024
1 parent 391b93a commit 06b3d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bapontag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
echo "registries=dockerhub,quay.io" >> $GITHUB_OUTPUT
elif [[ "${{ steps.nameTag.outputs.tag }}" == 'dbcmetrics' ]]; then
echo "registries=dockerhub" >> $GITHUB_OUTPUT
elif [[ "${{ steps.nameTag.outputs.tag }}" == 'moodle-tools' ]]; then
echo "registries=ghcr.io" >> $GITHUB_OUTPUT
elif [[ "${{ steps.nameTag.outputs.tag }}" == 'awx-ee' ]]; then
echo "registries=dockerhub" >> $GITHUB_OUTPUT
elif [[ "${{ steps.nameTag.outputs.tag }}" == 'cron-tools' ]]; then
Expand Down

0 comments on commit 06b3d92

Please sign in to comment.