mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 21:22:15 +01:00
ci(build-push): fix typo in tag
This commit is contained in:
2
.github/actions/build-push/build-push.sh
vendored
2
.github/actions/build-push/build-push.sh
vendored
@@ -70,7 +70,7 @@ if [ "${#semver[@]}" -eq 3 ]; then
|
|||||||
|
|
||||||
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:latest-${arch[1]}")
|
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:latest-${arch[1]}")
|
||||||
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major-${arch[1]}")
|
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major-${arch[1]}")
|
||||||
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor-${arch[1]}r")
|
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor-${arch[1]}")
|
||||||
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor.$patch-${arch[1]}")
|
tags+=("$DOCKER_REGISTRY/$DOCKER_REPOSITORY:$major.$minor.$patch-${arch[1]}")
|
||||||
|
|
||||||
if [ "$platform" = "linux/amd64" ]; then
|
if [ "$platform" = "linux/amd64" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user