latest 分支修复密码验证

This commit is contained in:
Lan
2024-11-24 20:37:00 +08:00
committed by GitHub
parent 529f314856
commit 4a48f6d5e3
+2 -2
View File
@@ -41,10 +41,10 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta
tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache