Skip to content

Commit

Permalink
feat(docker): change image name to follow slashes instead of dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Jan 6, 2025
1 parent 13369a2 commit 792363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
artifact: ${{ matrix.artifact }}
containerType: ${{ matrix.containerType }}
imageName: ${{ github.repository_owner }}/testcontainer-magento-${{ matrix.containerType }}
imageName: ${{ github.repository_owner }}/testcontainer-magento/${{ matrix.containerType }}
imageTags: ${{ matrix.tag }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 792363a

Please sign in to comment.