Another internal release for Docker #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
release: | |
types: [published] | |
branches: | |
- "main" | |
jobs: | |
release: | |
name: Release | |
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main | |
with: | |
src : packmol_step | |
secrets: inherit | |
docker: | |
name: Docker | |
needs: release | |
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main | |
with: | |
image : molssi-seamm/seamm-packmol | |
description: A Packmol executable packaged for use with SEAMM or standalone | |
# Can limit platforms, e.g., linux/amd64, linux/arm64 | |
platforms: linux/amd64 | |
secrets: inherit | |