|
@@ -1,10 +1,10 @@
|
|
|
name: 自动构建docker镜像
|
|
name: 自动构建docker镜像
|
|
|
|
|
|
|
|
on:
|
|
on:
|
|
|
-# schedule:
|
|
|
|
|
-# - cron: "21 19 * * 0"
|
|
|
|
|
-# watch:
|
|
|
|
|
-# types: started
|
|
|
|
|
|
|
+ schedule:
|
|
|
|
|
+ - cron: "21 19 * * 0"
|
|
|
|
|
+ watch:
|
|
|
|
|
+ types: started
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
# push:
|
|
# push:
|
|
@@ -70,7 +70,7 @@ jobs:
|
|
|
context: ./dockerfile/
|
|
context: ./dockerfile/
|
|
|
file: ./dockerfile/Dockerfile
|
|
file: ./dockerfile/Dockerfile
|
|
|
push: true
|
|
push: true
|
|
|
- platforms: linux/amd64,linux/arm64,linux/arm
|
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
- name: all Image digest
|
|
- name: all Image digest
|