Skip to content

Commit

Permalink
chore: push to 'jayhof' dockerhub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhof committed Dec 10, 2024
1 parent c807b8f commit cb9cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
id: packageName
run: |
export PACKAGE_NAME=$(sbt "project ${{ matrix.app }}" dockerAlias -Dsbt.log.noformat=true | sed -n '/\[info\]/ s/\[info\] //p' | tail -1 | tr -d '\n' | sed 's/snowplow/opensnowcat/' | cut -d":" -f1)
echo "::set-output name=package_name::$PACKAGE_NAME"
echo "::set-output name=package_name::jayhof/$PACKAGE_NAME"
- name: Get app base directory
id: baseDirectory
Expand Down

0 comments on commit cb9cc1f

Please sign in to comment.