diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7b7a5392..37e916bc 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,7 +41,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:latest + tags: ${{ secrets.DOCKER_USERNAME }}/filecodebox:beta cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Move cache