Skip to content

Commit 7ec07c0

Browse files
committed
fix docker build yml
1 parent 7031129 commit 7ec07c0

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Diff for: .github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
id: push
5555
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5656
with:
57-
context: ./dockerfiles/blobstream0.Dockerfile
57+
context: .
58+
file: ./dockerfiles/blobstream0.Dockerfile
5859
push: true
5960
tags: ${{ steps.meta.outputs.tags }}
6061
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)