Skip to content

Commit

Permalink
fix docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Jun 5, 2024
1 parent 4abc545 commit 132d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: meta
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e
with:
images: ${{ env.REGISTRY }}/${{ env.SERVER_NAME }}/${{ env.IMAGE_NAME }}-php${{ matrix.php }}
images: ${{ env.REGISTRY }}/${{ env.SERVER_NAME }}/${{ env.IMAGE_NAME }}-php${{ matrix.php }}-${{ matrix.repo.namespace }}

- name: Get name of Docker repository name
id: docker-repo-name
Expand Down

0 comments on commit 132d1c1

Please sign in to comment.