Skip to content

Commit

Permalink
Fixing release workflow to make Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Mar 21, 2024
1 parent b1c4700 commit 4bcfc1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ jobs:
with:
src : lammps_step
secrets: inherit

docker:
name: Docker
needs: release
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-lammps
description: A LAMMPS executable packaged for use with SEAMM or standalone
# Can limit platforms, e.g., linux/amd64, linux/arm64
platforms: linux/amd64
secrets: inherit

0 comments on commit 4bcfc1e

Please sign in to comment.