Skip to content

To deal with ghcr.io's need for lower case paths, explicitly defined … #93

To deal with ghcr.io's need for lower case paths, explicitly defined …

To deal with ghcr.io's need for lower case paths, explicitly defined … #93

Workflow file for this run

name: 'Deploy'
on:
push:
branches:
- main
tags:
- staging
workflow_dispatch:
env:
TAG_NAME: ${{ github.ref_name }}
REGISTRY: ghcr.io/gsa-tts/atj-platform
jobs:
build-image-doj:
uses: ./.github/workflows/_build-docker-image.yml
secrets: inherit
with:
app-name: doj-demo
build-image-spotlight:
uses: ./.github/workflows/_build-docker-image.yml
secrets: inherit
with:
app-name: spotlight
deploy:
uses: ./.github/workflows/_apply-terraform.yml
secrets: inherit