Skip to content

Commit

Permalink
Adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Feb 5, 2024
1 parent 58d3bc4 commit 4542b1c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
java-version: openjdk@1.17.0

- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}

- run: sbt 'docker:publish'
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}

0 comments on commit 4542b1c

Please sign in to comment.