mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 workflow 缓存
This commit is contained in:
parent
2c1e7535b8
commit
0a723318a1
5
.github/workflows/build_docker_image.yml
vendored
5
.github/workflows/build_docker_image.yml
vendored
|
@ -3,7 +3,6 @@ name: Build And Push Docker Image
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "*.md"
|
||||
branches:
|
||||
- "master"
|
||||
|
@ -181,8 +180,8 @@ jobs:
|
|||
file: ./docker/310.Dockerfile
|
||||
push: true
|
||||
tags: whyour/qinglong:python3.10
|
||||
cache-from: type=registry,ref=whyour/qinglong:cache
|
||||
cache-to: type=registry,ref=whyour/qinglong:cache,mode=max
|
||||
cache-from: type=registry,ref=whyour/qinglong:cache-python3.10
|
||||
cache-to: type=registry,ref=whyour/qinglong:cache-python3.10,mode=max
|
||||
|
||||
- name: Image digest
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user