Skip to content

Commit

Permalink
build: fix: explicitely set Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDoesThings committed Jul 9, 2023
1 parent a157611 commit e871499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: 'plavatar-rest/Dockerfile'
context: .
1 change: 1 addition & 0 deletions .github/workflows/build_and_release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: 'plavatar-rest/Dockerfile'
context: .

0 comments on commit e871499

Please sign in to comment.