File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export IMAGE_NAME_VERSION="$IMAGE_NAME:$VERSION"
1717export GL_IMAGE_NAME=" registry.gitlab.com/go-semantic-release/semantic-release"
1818export GL_IMAGE_NAME_VERSION=" $GL_IMAGE_NAME :$VERSION "
1919
20- docker build --build-arg VERSION=$VERSION --label " org.opencontainers.image.source=${GITHUB_SERVER_URL} /${GITHUB_REPOSITORY} .git" --label " org.opencontainers.image.version=$VERSION " --label " org.opencontainers.image.revision=$GITHUB_SHA " --label " org.opencontainers.image.created=$( date --rfc-3339 ns) " --label " org.opencontainers.image.title=semantic-release" --label " org.opencontainers.image.documentation =MIT" -t $IMAGE_NAME_VERSION .
20+ docker build --build-arg VERSION=$VERSION --label " org.opencontainers.image.source=${GITHUB_SERVER_URL} /${GITHUB_REPOSITORY} .git" --label " org.opencontainers.image.version=$VERSION " --label " org.opencontainers.image.revision=$GITHUB_SHA " --label " org.opencontainers.image.created=$( date --rfc-3339 ns) " --label " org.opencontainers.image.title=semantic-release" --label " org.opencontainers.image.license =MIT" -t $IMAGE_NAME_VERSION .
2121docker tag $IMAGE_NAME_VERSION $IMAGE_NAME
2222docker tag $IMAGE_NAME_VERSION $GL_IMAGE_NAME
2323docker tag $IMAGE_NAME_VERSION $GL_IMAGE_NAME_VERSION
You can’t perform that action at this time.
0 commit comments