We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e7304 commit a50753eCopy full SHA for a50753e
.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