add pack action

This commit is contained in:
smf
2024-03-05 21:35:49 +08:00
parent 5c6b04eda8
commit aac8c97a53
2 changed files with 17 additions and 40 deletions

17
.github/workflows/publish.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
on:
push:
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'
jobs:
call_workflow_publish_docker:
uses: infrastructure/reusing_workflows/.github/workflows/publish_docker.yml@main
with:
artifact-skip: true
artifact-name: 'artifact'
docker_context: '{{defaultContext}}'
dockerfile_path: './Dockerfile'
secrets: inherit