Skip to content

Commit

Permalink
ci: fixed Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ders committed Apr 29, 2024
1 parent 577bfd6 commit 6125578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Docker build pre-release
uses: docker/build-push-action@v5
with:
context: ./build/
file: Dockerfile
context: .
file: ./build/Dockerfile
push: true
build-args: |
APP_VERSION="${{ needs.go-build.outputs.semver }}"
Expand Down

0 comments on commit 6125578

Please sign in to comment.