aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-15 21:02:15 -0700
committerGitHub <[email protected]>2022-06-15 21:02:15 -0700
commit0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1 (patch)
tree8b0afb690a09e552ee4706081cfb97a5c4970755 /.github
parentci(docker): checkout instead of buildx setup (diff)
downloadlocus-0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1.tar.xz
locus-0d6fefbb61a9513d2a8a33c8e6253b43f191e9c1.zip
ci(docker): use local context
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yaml1
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 🚀