Skip to content

Merge pull request #140 from carriedaymont/dependabot/github_actions/… #9

Merge pull request #140 from carriedaymont/dependabot/github_actions/…

Merge pull request #140 from carriedaymont/dependabot/github_actions/… #9

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