Skip to content

0.1.1

0.1.1 #13

Workflow file for this run

name: 🚀 Release Image
on:
release:
types: [published]
permissions:
# Both required for nested job in image_build workflow
contents: read
packages: write
jobs:
backend:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.5
with:
image_name: ghcr.io/${{ github.repository }}/backend
context: backend
build_target: release
frontend:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.5
with:
image_name: ghcr.io/${{ github.repository }}/frontend
build_target: release