From 43150747695c07cbeec725106e05f64242a2ff00 Mon Sep 17 00:00:00 2001 From: Jonas Staudenmeir Date: Fri, 26 Jan 2024 20:55:31 +0100 Subject: [PATCH] ci --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062cbc3..0cd90e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 - - run: echo ${{ hashFiles(format('.docker/php{0}.Dockerfile', matrix.php)) }} + - run: echo "TAG=${{ hashFiles(format('.docker/php{0}.Dockerfile', matrix.php)) }}" >> $GITHUB_ENV + - run: echo ${{ env.TAG }} - uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }}