Skip to content

Commit 257b2a5

Browse files
committed
Change publish command
1 parent fcf836c commit 257b2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- run: |
7070
echo "version in ThisBuild := \"${{env.version}}\"" > version.sbt
7171
72-
- run: sbt +outboxProcessor/docker:publishLocal
72+
- run: sbt publish
7373

7474
- run: docker login -u ${{secrets.DOCKER_USER}} -p ${{secrets.DOCKER_PASS}} quay.io
7575
- run: docker push quay.io/whisk/outbox-processor:${{env.version}}

0 commit comments

Comments
 (0)