Files
docker-remote-deployment-ac…/.github/workflows/publish.yml
2024-03-05 21:35:49 +08:00

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