Skip to content

Commit daac6fa

Browse files
authored
Fix context for workflow
1 parent 084ca18 commit daac6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-oci-cli-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
id: build-and-push
5252
uses: docker/build-push-action@v3
5353
with:
54-
context: .
54+
context: ./OracleCloudInfrastructure/oci-cli/
5555
push: ${{ github.event_name != 'pull_request' }}
5656
platforms: linux/amd64, linux/arm64
5757
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)