Skip to content

Commit 2be8865

Browse files
committed
emmm
1 parent b7100da commit 2be8865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
platforms: linux/amd64,linux/arm64,linux/arm/v7
3232
push: true
3333
tags: ghcr.io/${{ github.repository_owner }}/routeros-pyscript:latest
34+
build-args: |
35+
BUILDKIT_INLINE_CACHE=1
36+
outputs: type=image,name=${{ env.REGISTRY }}/${{ steps.vars.outputs.REPO_OWNER_LOWERCASE }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,compression=gzip,compress=true,push=${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)