Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-07 17:09:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8bdb1299422104c4b6ddf4c24cdbb21f5837f0f5
8bdb1299
1 parent
a1e4f492
Refactor(workflow): disable cached when build docker
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
.github/workflows/docker_ci.yml
.github/workflows/docker_ci.yml
View file @
8bdb129
...
...
@@ -48,6 +48,6 @@ jobs:
push
:
true
tags
:
${{ steps.meta.outputs.tags }}
labels
:
${{ steps.meta.outputs.labels }}
cache-from
:
type=gha
cache-to
:
type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max
platforms
:
linux/amd64,linux/arm64
...
...
Please
register
or
login
to post a comment