From 6794a9a76570e7dcce0818d3f397a3137a1f1e1b Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 23 Feb 2023 20:58:57 -0500 Subject: [PATCH] [F] Try to fix github actions --- .github/workflows/docker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c51d6a5..e9f369e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,7 +22,8 @@ jobs: steps: - uses: actions/checkout@v3 - - run: | + - name: Build rust + run: | cd backend cargo build --verbose @@ -45,7 +46,7 @@ jobs: id: build-and-push uses: docker/build-push-action@v4 with: - context: . + context: backend tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha