mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
commit
29561ed75d
6
.github/workflows/push_image.yml
vendored
6
.github/workflows/push_image.yml
vendored
@ -34,6 +34,11 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
usual2970/certimate
|
usual2970/certimate
|
||||||
registry.cn-shanghai.aliyuncs.com/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
|
- name: Log in to DOCKERHUB
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@ -56,3 +61,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user