Skip to content

Merge pull request #98 from mitre/t97-pin-numpy #17

Merge pull request #98 from mitre/t97-pin-numpy

Merge pull request #98 from mitre/t97-pin-numpy #17

# Adapted from:
# https://github.com/VaultVulp/gp-docker-action#complete-workflow-example
name: Build and publish
on:
push:
branches:
- main
jobs:
build-and-publish-image:
if: github.repository == 'mitre/GrowthViz'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build and publish latest Docker image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: gv-image
image-tag: latest