Skip to content

Commit

Permalink
Fix path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Jul 11, 2024
1 parent c48fe69 commit 5baa05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/octo-cli-ci-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
id: build
uses: docker/build-push-action@v5
with:
context: octo-cli/${{ env.PLATFORM_PAIR }}
context: octo-cli-ci/${{ env.PLATFORM_PAIR }}
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
Expand Down

0 comments on commit 5baa05c

Please sign in to comment.