add pack action
This commit is contained in:
17
.github/workflows/publish.yml
vendored
Normal file
17
.github/workflows/publish.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user