Skip to content

Commit

Permalink
Merge pull request #3 from junminahn/dev
Browse files Browse the repository at this point in the history
fix: update docker context
  • Loading branch information
junminahn authored Mar 26, 2022
2 parents 42a5c91 + ba39c8b commit 621f76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: docker/nodbox
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 621f76f

Please sign in to comment.