[F] Try to fix github actions

This commit is contained in:
Azalea Gui
2023-02-23 20:58:57 -05:00
parent 90c1ea7662
commit 6794a9a765
+3 -2
View File
@@ -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