Skip to content

Commit c86b08d

Browse files
authored
Update website-publish.yml
1 parent f362c8f commit c86b08d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/website-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
id: build-and-push
7272
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7373
with:
74-
context: ./Stormancer.Docs
74+
context: .
75+
file: ./Stormancer.Docs/Dockerfile
7576
push: ${{ github.event_name != 'pull_request' }}
7677
tags: ${{ steps.meta.outputs.tags }}
7778
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)