We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c9c30 commit 1733111Copy full SHA for 1733111
.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: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
0 commit comments