We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7100da commit 2be8865Copy full SHA for 2be8865
.github/workflows/docker-build.yml
@@ -31,3 +31,6 @@ jobs:
31
platforms: linux/amd64,linux/arm64,linux/arm/v7
32
push: true
33
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