We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4e4e8 commit e703855Copy full SHA for e703855
1 file changed
.github/workflows/docker.yaml
@@ -46,6 +46,7 @@ jobs:
46
platforms: linux/amd64,linux/arm64
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
49
+ build-args: TARGETARCH=amd64,TARGETOS=linux
50
tags: |
51
ghcr.io/walnuts1018/code-server-operator:latest
52
ghcr.io/walnuts1018/code-server-operator:${{ github.event.release.tag_name }}
0 commit comments