mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
commit
29561ed75d
6
.github/workflows/push_image.yml
vendored
6
.github/workflows/push_image.yml
vendored
@ -34,6 +34,11 @@ jobs:
|
||||
images: |
|
||||
usual2970/certimate
|
||||
registry.cn-shanghai.aliyuncs.com/usual2970/certimate
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
- name: Log in to DOCKERHUB
|
||||
uses: docker/login-action@v3
|
||||
@ -56,3 +61,4 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user