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 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.