diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e48f64..0e4802e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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