mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-09 05:59:50 +00:00
update workflow file
This commit is contained in:
parent
972df7c167
commit
124af0b76d
7
.github/workflows/push_image_next.yml
vendored
7
.github/workflows/push_image_next.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Docker Image CI
|
||||
name: Next Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -33,8 +33,9 @@ jobs:
|
||||
usual2970/certimate
|
||||
registry.cn-shanghai.aliyuncs.com/usual2970/certimate
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
type=ref,event=tag,pattern={{version}}
|
||||
flavor: |
|
||||
latest=false
|
||||
|
||||
- name: Log in to DOCKERHUB
|
||||
uses: docker/login-action@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user