Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
fix: github action ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Nov 16, 2024
1 parent 1a3afba commit 9b5e810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
file: "{context}/backend/Dockerfile"
file: "backend/Dockerfile"
build-args: |
RELEASE=${{ github.run_number }}
GH_CI_USER=${{ secrets.GH_CI_USER }}
Expand Down

0 comments on commit 9b5e810

Please sign in to comment.