diff options
| author | Fuwn <[email protected]> | 2022-06-15 21:02:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-15 21:02:15 -0700 |
| commit | 0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1 (patch) | |
| tree | 8b0afb690a09e552ee4706081cfb97a5c4970755 /.github | |
| parent | ci(docker): checkout instead of buildx setup (diff) | |
| download | locus-0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1.tar.xz locus-0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1.zip | |
ci(docker): use local context
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1d60f28..ec1889e 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -25,6 +25,7 @@ jobs: uses: docker/build-push-action@v3 with: push: true + context: . tags: fuwn/locus:latest - name: Deploy 🚀 |