Skip to content

Commit

Permalink
fix the docker build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Jan 24, 2024
1 parent fcc3f41 commit 5d76815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
VERSION=${{ inputs.version }}
- name: Build and push private
if: ${{ github.event.inputs.dockerfile == 'Dockerfile.private' }}
if: ${{ github.event.inputs.dockerfile == 'Dockerfile.privatecloud' }}
uses: docker/build-push-action@v5
with:
push: true
Expand Down

0 comments on commit 5d76815

Please sign in to comment.