Skip to content

Commit 56ecd26

Browse files
committed
fixing workflow
1 parent 84aa1cc commit 56ecd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
id: build-push-latest
6464
uses: docker/build-push-action@v5
6565
with:
66-
context:
66+
context: .
6767
push: true
6868
tags: ${{ steps.meta.outputs.tags }}
6969
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)