17 lines
379 B
YAML
17 lines
379 B
YAML
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 |