Skip to content

Commit

Permalink
fix: fix tag prefix to reflect actual repository in container build w…
Browse files Browse the repository at this point in the history
…orkflow

s/laminas-ci-matrix/laminas-continuous-integration/

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Apr 1, 2021
1 parent 1ba67b1 commit bd98ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
id: tags
run: |
TAG=${GITHUB_REF/refs\/tags\//}
PREFIX=ghcr.io/laminas/laminas-ci-matrix
PREFIX=ghcr.io/laminas/laminas-continuous-integration
MAJOR="${PREFIX}:$(echo ${TAG} | cut -d. -f1)"
MINOR="${MAJOR}.$(echo ${TAG} | cut -d. -f2)"
PATCH="${PREFIX}:${TAG}"
Expand Down

0 comments on commit bd98ea6

Please sign in to comment.