Skip to content

Commit

Permalink
fix docker build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell committed Oct 30, 2024
1 parent 7031129 commit 7ec07c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./dockerfiles/blobstream0.Dockerfile
context: .
file: ./dockerfiles/blobstream0.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
Loading

0 comments on commit 7ec07c0

Please sign in to comment.