Skip to content

Commit 67f48b7

Browse files
author
Marius Elsfjordstrand Beck
authored
Merge pull request #25 from nlnwa/fix/favicon
Use path context when building release image
2 parents 1155c87 + 4fb2116 commit 67f48b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v4
5050
with:
51+
context: .
5152
push: true
5253
tags: ${{ steps.meta.outputs.tags }}
5354
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)