Skip to content

Commit

Permalink
ci: release working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jun 4, 2024
1 parent 491c183 commit e1d399d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v5
defaults:
run:
working-directory: webapp
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit e1d399d

Please sign in to comment.