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 5c5d66b commit 0e5f148Copy full SHA for 0e5f148
.github/workflows/build-support-images.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
60
with:
61
context: .
62
- file: "{context}/Dockerfile.builder"
+ file: "Dockerfile.builder"
63
push: ${{ github.event_name != 'pull_request' }}
64
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
65
labels: ${{ steps.meta.outputs.labels }}
0 commit comments