mirror of
https://github.com/Rongronggg9/SlashBot.git
synced 2025-02-06 09:13:29 +08:00
build: migrate to GitHub Action cache
This commit is contained in:
parent
2be86ac3f4
commit
fb13036b49
4
.github/workflows/publish-docker-image.yml
vendored
4
.github/workflows/publish-docker-image.yml
vendored
@ -23,5 +23,5 @@ jobs:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
|
||||
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
|
||||
cache-from: type=gha,scope=docker-release
|
||||
cache-to: type=gha,scope=docker-release,mode=max
|
||||
|
Loading…
Reference in New Issue
Block a user