Skip to content

Merge pull request #49 from nsidc/docker #1

Merge pull request #49 from nsidc/docker

Merge pull request #49 from nsidc/docker #1

name: "Build & publish artifacts"
on:
push:
branches:
- "main"
- "v2" # TODO: Remove before merge!
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
env:
# Many color libraries just need this to be set to any value, but at least
# one distinguishes color depth, where "3" -> "256-bit color".
FORCE_COLOR: 3
jobs:
build-and-publish-docker-image:
name: "Build and publish Docker image"
uses: "nsidc/.github/.github/workflows/build-and-publish-container-image.yml@main"
secrets: "inherit"