Skip to content

Commit 36eee8a

Browse files
authored
Update docker-publish.yml
1 parent 290c20e commit 36eee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: build-and-push
7676
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7777
with:
78-
context: .
78+
context: velbusd
7979
push: ${{ github.event_name != 'pull_request' }}
8080
tags: ${{ steps.meta.outputs.tags }}
8181
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)