Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
ci: update Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlsh committed Aug 21, 2021
1 parent f894c9b commit 6cf044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v2
with:
ssh: github=ssh-key
file: docker/Dockerfile
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6cf044e

Please sign in to comment.