Skip to content

Commit

Permalink
fix(ci): Use Dockerfile for release container (#343)
Browse files Browse the repository at this point in the history
(cherry picked from commit 416e709)
  • Loading branch information
kskewes-sf authored and mergify[bot] committed Apr 28, 2022
1 parent 3cc2703 commit 9b8bbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile.slim
file: Dockerfile
push: true
build-args: |
"VERSION=${{ steps.release_info.outputs.RELEASE_VERSION }}"
Expand Down

0 comments on commit 9b8bbf7

Please sign in to comment.