From 4bcfc1eb1d7cfef65cff109db949871023da140c Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Thu, 21 Mar 2024 10:28:42 -0400 Subject: [PATCH 1/2] Fixing release workflow to make Docker image --- .github/workflows/Release.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 43a2503b..6237aaf3 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -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 From 34c0335668966e73ae63f6e6d3af055749499a27 Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Thu, 21 Mar 2024 11:01:30 -0400 Subject: [PATCH 2/2] Fixing release workflow to make Docker image --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 16d7e220..83d20f9b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ ======= History ======= -2024.3.20 -- Switched to new installation scheme +2024.3.21 -- Switched to new installation scheme * Fully support ~/SEAMM/lammps.ini * Updated to new installer * Support for Conda and Docker installation.