We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde73b3 + 93c5ed7 commit eac35c7Copy full SHA for eac35c7
1 file changed
.github/workflows/amber.yml
@@ -3,6 +3,9 @@ name: amber
3
on:
4
workflow_dispatch:
5
6
+env:
7
+ date: $(date +'%Y-%m-%d')
8
+
9
jobs:
10
amber-build:
11
runs-on: ubuntu-24.04
@@ -16,7 +19,7 @@ jobs:
16
19
17
20
- name: checkout
18
21
uses: actions/checkout@v6.0.1
-
22
23
- name: Authenticate with GHCR
24
uses: docker/login-action@v3.6.0
25
with:
@@ -35,6 +38,6 @@ jobs:
35
38
AIIDAVERSION=${{ matrix.aiida-core }}
36
39
AMBERTOOLSVERSION=${{ matrix.ambertools }}
37
40
PYTHONVERSION=${{ matrix.python }}
- 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 }}
42
push: true
43
0 commit comments