💚 优化Actions工作流配置,只打tag事件的镜像
All checks were successful
BuildImage / build-image (push) Successful in 57s
All checks were successful
BuildImage / build-image (push) Successful in 57s
This commit is contained in:
parent
dc686a87e9
commit
581faf974c
@ -2,8 +2,8 @@ name: BuildImage
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@ -32,7 +32,6 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
type=sha
|
|
||||||
|
|
||||||
- name: Print Tags
|
- name: Print Tags
|
||||||
run: |
|
run: |
|
||||||
@ -40,15 +39,16 @@ jobs:
|
|||||||
echo "----------------- labels -----------------"
|
echo "----------------- labels -----------------"
|
||||||
echo "${{ steps.meta.outputs.labels }}"
|
echo "${{ steps.meta.outputs.labels }}"
|
||||||
|
|
||||||
# - name: Login to Repository
|
- name: Login to Repository
|
||||||
# uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
# with:
|
with:
|
||||||
# registry: gitee.ltd
|
registry: gitee.ltd
|
||||||
# username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
# password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
|
|
||||||
# - name: Build image
|
- name: Build image
|
||||||
# uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
# with:
|
with:
|
||||||
# push: true
|
push: true
|
||||||
# tags: ${{ fromJson(steps.gen_tags.outputs.tags) }}
|
tags: ${{ steps.gen_tags.outputs.tags }}
|
||||||
|
labels: ${{ steps.gen_tags.outputs.labels }}
|
||||||
|
Loading…
Reference in New Issue
Block a user