Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 26, 2024
1 parent 07d1371 commit 4315074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4315074

Please sign in to comment.