Skip to content

Update apiary.apib

Update apiary.apib #16

Workflow file for this run

name: Docker Image CI
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
release-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: pmorelli92/[email protected]
name: Build and Publish latest service image
with:
github-push-secret: ${{ secrets.GITHUB_TOKEN }}
docker-image-name: albireo
docker-image-tag: ${{ github.ref_name }} # optional
dockerfile-path: ./docker-sample/Dockerfile # optional
build-context: . # optional