We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651e9c5 commit 59f9b11Copy full SHA for 59f9b11
1 file changed
.github/workflows/docker-image.yml
@@ -41,7 +41,7 @@ jobs:
41
context: .
42
platforms: linux/amd64,linux/arm64
43
push: true
44
- tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest
+ tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta
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
0 commit comments