Skip to content

Commit

Permalink
bugfix: update path to Dockerfile for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed May 7, 2024
1 parent 78a078e commit d01bb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./dockerfiles/backend.Dockerfile
push: true
build-args: |
GIT_REVISION=${{ github.sha }}
Expand Down

0 comments on commit d01bb79

Please sign in to comment.