mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-08-07 13:33:48 +08:00
Update docker-publish.yml
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -2,7 +2,7 @@ name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "main" ]
|
||||
branches: [ "master", "main", "fix1" ]
|
||||
# 当发布新版本时触发
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
@@ -66,4 +66,4 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user