mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-06 17:23:28 +08:00
enable registry build cache
This commit is contained in:
parent
e416c5c7d7
commit
8321d8424f
2
.github/workflows/publish-docker-image.yml
vendored
2
.github/workflows/publish-docker-image.yml
vendored
@ -23,3 +23,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/386,linux/arm64
|
||||
tags: ${{ secrets.DOCKER_USERNAME }}/slashbot:latest
|
||||
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache
|
||||
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/slashbot:buildcache,mode=max
|
||||
|
Loading…
Reference in New Issue
Block a user