Skip to content

Commit 021daee

Browse files
committed
correctly use subdirectory for discord_build.yml
1 parent 4e2e0f7 commit 021daee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/discord_build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
id-token: write
2525

2626
steps:
27-
- name: Checkout repository
28-
uses: actions/checkout@v4
29-
3027
# Set up BuildKit Docker container builder to be able to build
3128
# multi-platform images and export cache
3229
# https://github.com/docker/setup-buildx-action
@@ -56,7 +53,7 @@ jobs:
5653
id: build-and-push
5754
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
5855
with:
59-
context: .
56+
context: "{{defaultContext}}:tools/od_ref_bot"
6057
push: ${{ github.event_name != 'pull_request' }}
6158
tags: ${{ steps.meta.outputs.tags }}
6259
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)