Skip to content

Workflow file for this run

name: Release to Production Environment
on:
release:
types: [released]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Push to Humanitec - Github Tag
uses: humanitec/build-push-to-humanitec@v1
with:
humanitec-token: ${{ secrets.HUMANITEC_TOKEN_HUMANITEC_LABS }}
organization: humanitec-labs
file: Dockerfile
image-name: score-docs
auto-tag: true
docs-build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Push to Humanitec - Github Tag
uses: humanitec/build-push-to-humanitec@v1
with:
humanitec-token: ${{ secrets.HUMANITEC_TOKEN }}
organization: documentation
file: Dockerfile
image-name: score-docs
auto-tag: true