We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2e0f7 commit 46b8618Copy full SHA for 46b8618
.github/workflows/discord_build.yml
@@ -24,9 +24,6 @@ jobs:
24
id-token: write
25
26
steps:
27
- - name: Checkout repository
28
- uses: actions/checkout@v4
29
-
30
# Set up BuildKit Docker container builder to be able to build
31
# multi-platform images and export cache
32
# https://github.com/docker/setup-buildx-action
@@ -56,7 +53,7 @@ jobs:
56
53
id: build-and-push
57
54
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
58
55
with:
59
- context: .
+ context: "{{defaultContext}}:tols/od_ref_bot"
60
push: ${{ github.event_name != 'pull_request' }}
61
tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
0 commit comments