Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69ee3e8b14 | |||
| f8643ac173 |
14
action.yml → .github/workflows/action.yml
vendored
14
action.yml → .github/workflows/action.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: 'Tag Build and Push Docker image'
|
name: Docker Build
|
||||||
description: 'Tags verion in current repo, builds docker image and pushes it to registry'
|
|
||||||
inputs:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
registry: # id of input
|
registry: # id of input
|
||||||
description: 'docker regisry host name'
|
description: 'docker regisry host name'
|
||||||
required: true
|
required: true
|
||||||
@@ -17,8 +19,10 @@ inputs:
|
|||||||
description: 'repo auth token'
|
description: 'repo auth token'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
|
||||||
using: "composite"
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: slim
|
||||||
steps:
|
steps:
|
||||||
- run: echo "::group::Checkout repository"
|
- run: echo "::group::Checkout repository"
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
Reference in New Issue
Block a user