Skip to content

Commit 3b266b7

Browse files
committed
Use same context for build and publish steps
1 parent c9c0568 commit 3b266b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
env:
5555
DOCKER_BUILD_RECORD_UPLOAD: false
5656
with:
57+
context: .
5758
push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
5859
tags: ${{ steps.meta.outputs.tags }}
5960
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)