Skip to content

Commit cc26784

Browse files
Merge pull request #9 from weierophinney/hotfix/fix-container-name
Fix name of image to generate in build-and-push-containers workflow
2 parents c430a75 + e1f04f1 commit cc26784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: tags
1515
run: |
1616
TAG=${GITHUB_REF/refs\/tags\//}
17-
PREFIX=ghrc.io/laminas/laminas-ci-matrix
17+
PREFIX=ghcr.io/laminas/laminas-ci-matrix
1818
MAJOR="${PREFIX}:$(echo ${TAG} | cut -d. -f1)"
1919
MINOR="${MAJOR}.$(echo ${TAG} | cut -d. -f2)"
2020
PATCH="${PREFIX}:${TAG}"

0 commit comments

Comments
 (0)