Skip to content

Commit 71e89ec

Browse files
committed
fix: specify Dockerfile path in Docker Release workflow
1 parent 70ec001 commit 71e89ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/version_go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: docker/build-push-action@v6
5050
with:
5151
context: .
52+
file: ./build/package/Dockerfile
5253
push: ${{ github.event_name != 'pull_request' }}
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)