Skip to content

Commit eac35c7

Browse files
authored
Merge pull request #37 from CCPBioSim/build-fix
Fix build issue
2 parents fde73b3 + 93c5ed7 commit eac35c7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/amber.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: amber
33
on:
44
workflow_dispatch:
55

6+
env:
7+
date: $(date +'%Y-%m-%d')
8+
69
jobs:
710
amber-build:
811
runs-on: ubuntu-24.04
@@ -16,7 +19,7 @@ jobs:
1619

1720
- name: checkout
1821
uses: actions/checkout@v6.0.1
19-
22+
2023
- name: Authenticate with GHCR
2124
uses: docker/login-action@v3.6.0
2225
with:
@@ -35,6 +38,6 @@ jobs:
3538
AIIDAVERSION=${{ matrix.aiida-core }}
3639
AMBERTOOLSVERSION=${{ matrix.ambertools }}
3740
PYTHONVERSION=${{ matrix.python }}
38-
tags: ghcr.io/${{ vars.ORG_REPO }}/aiida-amber-testenv:$(date +'%Y-%m-%d')-py${{ matrix.python }}-aiida${{ matrix.aiida-core }}-ambertools${{ matrix.ambertools }}
41+
tags: ghcr.io/${{ vars.ORG_REPO }}/aiida-amber-testenv:${{ env.date }}-py${{ matrix.python }}-aiida${{ matrix.aiida-core }}-ambertools${{ matrix.ambertools }}
3942
push: true
4043

0 commit comments

Comments
 (0)