Skip to content

Commit 4a48f6d

Browse files
authored
latest 分支修复密码验证
1 parent 529f314 commit 4a48f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
context: .
4242
platforms: linux/amd64,linux/arm64
4343
push: true
44-
tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta
44+
tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest
4545
cache-from: type=local,src=/tmp/.buildx-cache
4646
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
4747
- name: Move cache
4848
run: |
4949
rm -rf /tmp/.buildx-cache
50-
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
50+
mv /tmp/.buildx-cache-new /tmp/.buildx-cache

0 commit comments

Comments
 (0)