We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca2d7c commit 0dd2826Copy full SHA for 0dd2826
1 file changed
.github/workflows/moltbot-sync-ghcr.yml
@@ -25,9 +25,10 @@ jobs:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_PASSWORD }}
27
28
- - name: Copy Multi-Arch Image
+ - name: Copy Multi-Arch Image (tag + latest)
29
run: |
30
set -euo pipefail
31
docker buildx imagetools create \
32
--tag 1panel/openclaw:${{ github.event.inputs.targetTag }} \
33
+ --tag 1panel/openclaw:latest \
34
ghcr.io/openclaw/openclaw:${{ github.event.inputs.sourceTag }}
0 commit comments