Skip to content

Commit bd98ea6

Browse files
committed
fix: fix tag prefix to reflect actual repository in container build workflow
s/laminas-ci-matrix/laminas-continuous-integration/ Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 1ba67b1 commit bd98ea6

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
@@ -12,7 +12,7 @@ jobs:
1212
id: tags
1313
run: |
1414
TAG=${GITHUB_REF/refs\/tags\//}
15-
PREFIX=ghcr.io/laminas/laminas-ci-matrix
15+
PREFIX=ghcr.io/laminas/laminas-continuous-integration
1616
MAJOR="${PREFIX}:$(echo ${TAG} | cut -d. -f1)"
1717
MINOR="${MAJOR}.$(echo ${TAG} | cut -d. -f2)"
1818
PATCH="${PREFIX}:${TAG}"

0 commit comments

Comments
 (0)