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 Jan 10, 2025
1 parent 50031e2 commit cd13ec2
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 @@ -99,7 +99,7 @@ jobs:
- name: Get app package name
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)
export PACKAGE_NAME="jayhof/opensnowcat-enrich-${{ matrix.app }}"
echo "::set-output name=package_name::$PACKAGE_NAME"
- name: Get app base directory
Expand Down

0 comments on commit cd13ec2

Please sign in to comment.