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 f9ea2a5 commit 806db51Copy full SHA for 806db51
build/action.yaml
@@ -46,7 +46,7 @@ runs:
46
docker buildx build . \
47
--cache-from=type=local,src=/tmp/.buildx-cache \
48
--cache-to=type=local,dest=/tmp/.buildx-cache,mode=max \
49
- --tag $IMAGE
+ --tag $IMAGE \
50
--file docker/Dockerfile
51
docker push $IMAGE
52
echo "image=$IMAGE" >> $GITHUB_OUTPUT
0 commit comments