Skip to content

Commit

Permalink
Change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
fido-node committed Nov 5, 2024
1 parent fcf836c commit 1ffa25f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -XX:MinRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0 -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -XX:MinRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0 -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
SBT_NATIVE_CLIENT: "true"
steps:
- id: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -69,10 +68,8 @@ jobs:
- run: |
echo "version in ThisBuild := \"${{env.version}}\"" > version.sbt
- run: sbt +outboxProcessor/docker:publishLocal
- run: sbt publish

- run: docker login -u ${{secrets.DOCKER_USER}} -p ${{secrets.DOCKER_PASS}} quay.io
- run: docker push quay.io/whisk/outbox-processor:${{env.version}}
- name: label vcs
run: git tag $version && git push --tag
- name: Save Scala Cache
Expand Down

0 comments on commit 1ffa25f

Please sign in to comment.