We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec64469 commit 71912b3Copy full SHA for 71912b3
.github/workflows/openclaw-release.yml
@@ -9,6 +9,9 @@ on:
9
openclawTag:
10
description: "OpenClaw Release Tag"
11
required: true
12
+ dockerhubTag:
13
+ description: "Docker Hub Tag"
14
+ required: false
15
platforms:
16
description: "Platforms"
17
default: "linux/amd64,linux/arm64/v8"
@@ -64,7 +67,7 @@ jobs:
64
67
platforms: ${{ github.event.inputs.platforms || 'linux/amd64,linux/arm64/v8' }}
65
68
push: true
66
69
tags: |
- 1panel/openclaw:${{ steps.tag.outputs.clean }}
70
+ 1panel/openclaw:${{ github.event.inputs.dockerhubTag || github.event.inputs.openclawTag }}
71
cache-from: type=gha
72
cache-to: type=gha,mode=max
73
0 commit comments