Skip to content

Commit

Permalink
Fix expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 16, 2025
1 parent 7302a6f commit 4efee6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ jobs:
tags: |
type=raw,value=${{ env.PHP_VERSION }}
images: |
${{ env.IMAGE_NAME }
quay.io/${{ env.IMAGE_NAME }
${{ env.IMAGE_NAME }}
quay.io/${{ env.IMAGE_NAME }}
${{ env.GITHUB_REGISTRY }}/${{ env.GITHUB_IMAGE_NAME }}
- name: Set platforms
id: set-platforms
Expand Down Expand Up @@ -411,8 +411,8 @@ jobs:
tags: |
type=raw,value=${{ env.PHP_VERSION }}-${{ matrix.suffix }}
images: |
${{ env.IMAGE_NAME }
quay.io/${{ env.IMAGE_NAME }
${{ env.IMAGE_NAME }}
quay.io/${{ env.IMAGE_NAME }}
${{ env.GITHUB_REGISTRY }}/${{ env.GITHUB_IMAGE_NAME }}
- if: ${{ !contains(matrix.suffix, 'unsuffixed') }}
name: Build and push Dockerfile-${{ matrix.suffix }}
Expand Down

0 comments on commit 4efee6d

Please sign in to comment.