Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 14, 2023
1 parent 0772ba3 commit 63946a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
with:
distribution: temurin
java-version: 11

- name: Generate and Push to main the Text Reading app and its Dockerfile
working-directory: ./skema/text_reading/scala
env:
APP_VERSION: steps.generate.outputs.tag
run: |
sbt "webapp/docker/stage"
sbt "webapp/docker:stage"
git config user.name github-actions
git config user.email github-actions@github.com
git add .
Expand Down

0 comments on commit 63946a7

Please sign in to comment.