Skip to content

Remove/disable Julia/decapodes/forecast_hub in new Dockerfile.light f… #198

Remove/disable Julia/decapodes/forecast_hub in new Dockerfile.light f…

Remove/disable Julia/decapodes/forecast_hub in new Dockerfile.light f… #198

Workflow file for this run

---
# Automatically build Docker images on changes to dev and push them to a
# Container Registry using HCL Bake file.
name: Build Docker Images
on:
push:
branches: ['main']
tags: ['*']
jobs:
# Call the Tag Generator to generate an image tag to use
tag-generator:
uses: darpa-askem/.github/.github/workflows/tag-generator.yaml@main
with:
branch: 'main'
# Build and Publish all targets associated with specified group
bake:
needs:
- tag-generator
uses: darpa-askem/.github/.github/workflows/bake-publish-reduced.yml@main
with:
file: 'docker/docker-bake.hcl'
group: 'prod'
registry: 'ghcr.io'
organization: ${{ github.repository_owner }}
tag: ${{ needs.tag-generator.outputs.tag }}
secrets:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}