Skip to content

Commit 806db51

Browse files
feat(build): use cache
1 parent f9ea2a5 commit 806db51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
docker buildx build . \
4747
--cache-from=type=local,src=/tmp/.buildx-cache \
4848
--cache-to=type=local,dest=/tmp/.buildx-cache,mode=max \
49-
--tag $IMAGE
49+
--tag $IMAGE \
5050
--file docker/Dockerfile
5151
docker push $IMAGE
5252
echo "image=$IMAGE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)