We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529f314 commit 4a48f6dCopy full SHA for 4a48f6d
.github/workflows/docker-image.yml
@@ -41,10 +41,10 @@ jobs:
41
context: .
42
platforms: linux/amd64,linux/arm64
43
push: true
44
- tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta
+ tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest
45
cache-from: type=local,src=/tmp/.buildx-cache
46
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
47
- name: Move cache
48
run: |
49
rm -rf /tmp/.buildx-cache
50
- mv /tmp/.buildx-cache-new /tmp/.buildx-cache
+ mv /tmp/.buildx-cache-new /tmp/.buildx-cache
0 commit comments